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
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/headers.cmake1
-rw-r--r--cmake/tests.cmake2
2 files changed, 3 insertions, 0 deletions
diff --git a/cmake/headers.cmake b/cmake/headers.cmake
index cd72bb35..a309e857 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -38,6 +38,7 @@ set(afio_HEADERS
"include/afio/ntkernel-error-category/include/detail/ntkernel-table.ipp"
"include/afio/ntkernel-error-category/include/detail/ntkernel_category_impl.ipp"
"include/afio/v2.0/detail/impl/posix/async_file_handle.ipp"
+ "include/afio/v2.0/detail/impl/posix/directory_handle.ipp"
"include/afio/v2.0/detail/impl/posix/file_handle.ipp"
"include/afio/v2.0/detail/impl/posix/fs_handle.ipp"
"include/afio/v2.0/detail/impl/posix/handle.ipp"
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"