From d6019651b6a53881e8bf3eeea0f5f1851a8f7b46 Mon Sep 17 00:00:00 2001 From: Islam AbdelRahman Date: Thu, 1 Jun 2017 12:31:13 -0700 Subject: [PATCH] sync internal/external TARGETS --- TARGETS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/TARGETS b/TARGETS index 7a5c8f0eb..89056edd2 100644 --- a/TARGETS +++ b/TARGETS @@ -484,3 +484,17 @@ for test_cfg in ROCKS_TESTS: deps = [":" + test_bin], command = [TEST_RUNNER, BUCK_BINS + test_bin] ) + +custom_unittest( + name = "make_rocksdbjavastatic", + type = "simple", + command = ["internal_repo_rocksdb/make_rocksdbjavastatic.sh"], + deps=[], +) + +custom_unittest( + name = "make_rocksdb_lite_release", + type = "simple", + command = ["internal_repo_rocksdb/make_rocksdb_lite_release.sh"], + deps=[], +) -- GitLab