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-15 05:15:08 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-15 05:15:08 +0300
commitf6ce8d2618caedd8bd5e5637ff63dfa83f46180a (patch)
treeb3ef8450382e01df742d5c758c8f29cbdbc51c97 /cmake/tests.cmake
parent259ae5845aee53e35aff45ee22c31b4c0ad9d0f8 (diff)
Path discovery is implemented and working well for Windows. POSIX not yet.
section_handle without a backing file now uses a memory backed anonymous inode on POSIX, thus matching Windows.
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 a0767992..636119ef 100644
--- a/cmake/tests.cmake
+++ b/cmake/tests.cmake
@@ -15,6 +15,7 @@ set(afio_TESTS
"test/tests/file_handle_lock_unlock.cpp"
"test/tests/map_handle_create_close/runner.cpp"
"test/tests/mapped_view.cpp"
+ "test/tests/path_discovery.cpp"
"test/tests/path_view.cpp"
"test/tests/section_handle_create_close/runner.cpp"
"test/tests/shared_fs_mutex.cpp"