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>2017-08-16 05:14:39 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-16 05:14:39 +0300
commit17983cd690ba9ff222926af5849abb665d13ac23 (patch)
tree492fa5434974761bcbeab8c4afdb533326b4bb42 /cmake/tests.cmake
parentdfc571c48eb92720b5c45a3662a655093839e5aa (diff)
KernelTest now requires C++ 17 for its aggregate tuple, so made only the tests link to it not the rest of AFIO. That means AFIO's tests now compile under C++17 instead of C++ 14.
directory_handle, apart from enumeration, now has a test suite and is working on Windows and POSIX.
Diffstat (limited to 'cmake/tests.cmake')
-rw-r--r--cmake/tests.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/tests.cmake b/cmake/tests.cmake
index 89da2ce2..218418e5 100644
--- a/cmake/tests.cmake
+++ b/cmake/tests.cmake
@@ -1,10 +1,12 @@
# DO NOT EDIT, GENERATED BY SCRIPT
set(afio_TESTS
"test/test_kernel_decl.hpp"
+ "test/tests/directory_handle_create_close/kernel_directory_handle.cpp.hpp"
"test/tests/file_handle_create_close/kernel_async_file_handle.cpp.hpp"
"test/tests/file_handle_create_close/kernel_file_handle.cpp.hpp"
"test/tests/map_handle_create_close/kernel_map_handle.cpp.hpp"
"test/tests/section_handle_create_close/kernel_section_handle.cpp.hpp"
+ "test/tests/directory_handle_create_close/runner.cpp"
"test/tests/file_handle_create_close/runner.cpp"
"test/tests/file_handle_lock_unlock.cpp"
"test/tests/map_handle_create_close/runner.cpp"