update TARGETS

This commit is contained in:
bowang 2022-05-14 00:16:05 -07:00
parent 05ea25e4c9
commit b09d6cc4fb

View File

@ -5799,6 +5799,12 @@ cpp_unittest_wrapper(name="work_queue_test",
extra_compiler_flags=[])
cpp_unittest_wrapper(name="writable_file_io_priority_test",
srcs=["util/writable_file_io_priority_test.cc"],
deps=[":rocksdb_test_lib"],
extra_compiler_flags=[])
cpp_unittest_wrapper(name="write_batch_test",
srcs=["db/write_batch_test.cc"],
deps=[":rocksdb_test_lib"],