mirror of https://github.com/facebook/rocksdb.git
sync internal/external TARGETS
This commit is contained in:
parent
bbaba51bbf
commit
d6019651b6
14
TARGETS
14
TARGETS
|
@ -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=[],
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue