aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authordvdli <dvdli@google.com>2020-11-16 17:07:04 +0800
committerdvdli <dvdli@google.com>2020-11-16 17:07:04 +0800
commit0eafdbba49227560652325d551b05fff0f374cbc (patch)
treef4e7169ae0d2d9fe5d0fd01daa45e574c5a2a311 /WORKSPACE
parent40867609e738919872c88b7716b17c30d96211a4 (diff)
add unit tests for pcm_* functions
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
new file mode 100644
index 0000000..02b57bf
--- /dev/null
+++ b/WORKSPACE
@@ -0,0 +1,7 @@
+load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
+
+git_repository(
+ name = "googletest",
+ remote = "https://github.com/google/googletest",
+ branch = "master",
+)