提交 d6019651 编写于 作者: I Islam AbdelRahman

sync internal/external TARGETS

上级 bbaba51b
...@@ -484,3 +484,17 @@ for test_cfg in ROCKS_TESTS: ...@@ -484,3 +484,17 @@ for test_cfg in ROCKS_TESTS:
deps = [":" + test_bin], deps = [":" + test_bin],
command = [TEST_RUNNER, BUCK_BINS + 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=[],
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册