From b09d6cc4fb2236a72c5137e98d979cf4519568aa Mon Sep 17 00:00:00 2001 From: bowang Date: Sat, 14 May 2022 00:16:05 -0700 Subject: [PATCH] update TARGETS --- TARGETS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TARGETS b/TARGETS index 0bc5ad0f5..507b57b3c 100644 --- a/TARGETS +++ b/TARGETS @@ -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"],