Skip to content

Commit

Permalink
sync internal/external TARGETS
Browse files Browse the repository at this point in the history
  • Loading branch information
IslamAbdelRahman committed Jun 1, 2017
1 parent bbaba51 commit d601965
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
)

0 comments on commit d601965

Please sign in to comment.