aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2018-09-11 13:11:58 -0700
committerHaibo Huang <hhb@google.com>2018-09-11 13:17:25 -0700
commit980e42c93d9313e39c7f05100eba34be28fe956e (patch)
treec61186255f67ad2936ec4f3fbf77851bd5ab1100 /METADATA
parentc67195927f579fb8a7fda44815b189e4c0ecf58f (diff)
downloadjunit-980e42c93d9313e39c7f05100eba34be28fe956e.tar.gz
Add METADATA for junit
Test: NA Change-Id: I11614706eec6db16745de71811ae73b25d5f4e95
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA18
1 files changed, 18 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..2a2d270
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "junit"
+description: "JUnit is a simple framework to write repeatable tests."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://junit.org/junit4/"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://github.com/junit-team/junit4/archive/r4.12.tar.gz"
+ }
+ version: "r4.12"
+ last_upgrade_date {
+ year: 2016
+ month: 12
+ day: 14
+ }
+}