Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-11-17 19:23:09 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-11-17 19:23:09 +0300
commit8953c3a9fcd4b54ab6cefb26567a562cadcb1c36 (patch)
tree4f69c4fd94bc947e359f73de83f61dbee42952cb /cmake/tests.cmake
parenta5e0bb3b263de680ce1b05504042f81714e8ac15 (diff)
Added combining_handle_adapter and xor_handle_adapter. These were written over a number of weeks in very short bursts on the train to work, so they are riddled with bugs. Do not use them until the documentation warning regarding them has been removed.
Diffstat (limited to 'cmake/tests.cmake')
-rw-r--r--cmake/tests.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/tests.cmake b/cmake/tests.cmake
index 89325684..92b5b34a 100644
--- a/cmake/tests.cmake
+++ b/cmake/tests.cmake
@@ -16,6 +16,7 @@ set(llfio_TESTS
"test/tests/fast_random_file_handle.cpp"
"test/tests/file_handle_create_close/runner.cpp"
"test/tests/file_handle_lock_unlock.cpp"
+ "test/tests/handle_adapter_xor.cpp"
"test/tests/large_pages.cpp"
"test/tests/map_handle_create_close/runner.cpp"
"test/tests/mapped.cpp"