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-09-25 05:38:34 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-25 05:38:34 +0300
commit760a6d37f6ff42a948a1487ac6b1d7deb477195e (patch)
tree1dca5e85fca15b90748953d8c5f7e95a8e968e9f /cmake/tests.cmake
parent8b00fcbe1ffff32adba517b28fe51e6052c75046 (diff)
wip Replacing async_file_handle's i/o routines with ABI stable editions which
optionally don't allocate memory. Working on Windows, POSIX still to do.
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 636119ef..11d087ac 100644
--- a/cmake/tests.cmake
+++ b/cmake/tests.cmake
@@ -7,6 +7,7 @@ set(afio_TESTS
"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/async_io.cpp"
"test/tests/coroutines.cpp"
"test/tests/current_path.cpp"
"test/tests/directory_handle_create_close/runner.cpp"