Skip to content

Commit

Permalink
tests: Added tests for bootstrap record
Browse files Browse the repository at this point in the history
  • Loading branch information
tropuq authored and psarna committed Feb 26, 2020
1 parent 82d58b7 commit 3387bfd
Show file tree
Hide file tree
Showing 2 changed files with 442 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ if (Seastar_EXPERIMENTAL_FS)
seastar_add_app_test (block_device
SOURCES block_device_test.cc
LIBRARIES seastar_testing)
seastar_add_test (fs_bootstrap_record
SOURCES fs_bootstrap_record_test.cc)
endif()

seastar_add_test (semaphore
Expand Down
Loading

0 comments on commit 3387bfd

Please sign in to comment.