diff --git a/TARGETS b/TARGETS index 7a5c8f0eb4f0883725b384d733ffbfffe5cb6b56..89056edd2f1830f36de42cf6c830f046b90733eb 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=[], +)