Skip to content

Commit

Permalink
Update TARGETS file
Browse files Browse the repository at this point in the history
  • Loading branch information
anand1976 committed Apr 20, 2024
1 parent daabb6c commit ba696f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -4797,6 +4797,12 @@ cpp_unittest_wrapper(name="db_flush_test",
extra_compiler_flags=[])


cpp_unittest_wrapper(name="db_follower_test",
srcs=["db/db_follower_test.cc"],
deps=[":rocksdb_test_lib"],
extra_compiler_flags=[])


cpp_unittest_wrapper(name="db_inplace_update_test",
srcs=["db/db_inplace_update_test.cc"],
deps=[":rocksdb_test_lib"],
Expand Down

0 comments on commit ba696f5

Please sign in to comment.