aboutsummaryrefslogtreecommitdiffstats
path: root/testing/build.gradle
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-06-16 14:33:42 -0700
committerGitHub <noreply@github.com>2017-06-16 14:33:42 -0700
commit4aa6e80c8efac571e3017b70d599eb52db23a6f3 (patch)
tree479e2448d3c30a1a6ec5eda2294892c65eb7ed3c /testing/build.gradle
parenta7e1b0cb733a5c6b7cbe5b90a2ab57507be0c5bd (diff)
downloadplatform_external_opencensus-java-4aa6e80c8efac571e3017b70d599eb52db23a6f3.tar.gz
platform_external_opencensus-java-4aa6e80c8efac571e3017b70d599eb52db23a6f3.tar.bz2
platform_external_opencensus-java-4aa6e80c8efac571e3017b70d599eb52db23a6f3.zip
Move TestClock in opencensus-testing package. (#368)
Diffstat (limited to 'testing/build.gradle')
-rw-r--r--testing/build.gradle9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/build.gradle b/testing/build.gradle
new file mode 100644
index 00000000..179ab71b
--- /dev/null
+++ b/testing/build.gradle
@@ -0,0 +1,9 @@
+description = 'OpenCensus Testing'
+
+dependencies {
+ compile project(':opencensus-api')
+
+ testCompile project(':opencensus-api')
+
+ signature "org.codehaus.mojo.signature:java16:+@signature"
+}