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 <ned@trueos.nedland>2017-08-23 05:23:29 +0300
committerNiall Douglas <ned@trueos.nedland>2017-08-23 05:23:29 +0300
commit446120e8e6732120ff8eeaa53498e6de4cd53f41 (patch)
treee0034f1e3628cb143afe7e2e4fdf91e3f881c271 /cmake/tests.cmake
parent400731ef8cb995758d75f8e8cda47b725f901e10 (diff)
Once again fully compiling on FreeBSD. And using libc++ including its experimental Filesystem TS implementation too it would seem.
Diffstat (limited to 'cmake/tests.cmake')
-rw-r--r--cmake/tests.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/tests.cmake b/cmake/tests.cmake
index 1c8bc93b..909b7882 100644
--- a/cmake/tests.cmake
+++ b/cmake/tests.cmake
@@ -11,8 +11,9 @@ set(afio_TESTS
"test/tests/directory_handle_enumerate/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"
+ "test/tests/current_path.cpp"
"test/tests/mapped_view.cpp"
+ "test/tests/map_handle_create_close/runner.cpp"
"test/tests/section_handle_create_close/runner.cpp"
"test/tests/shared_fs_mutex.cpp"
)