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:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-01-16 19:04:37 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-01-16 19:04:37 +0300
commit8b4cb40fd3c60535e014a33ceab419a3eb6484f6 (patch)
treea1d442daecbc4c572e163def64e159f898016d29 /cmake
parent03da2db2ef9c9316dbdf541ee29ff0a5a9993da9 (diff)
Implement utils::current_process_memory_usage(), by which we discover failure-to-evict forms of memory leak.
Diffstat (limited to '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 f8310cb7..c25ee384 100644
--- a/cmake/tests.cmake
+++ b/cmake/tests.cmake
@@ -29,6 +29,7 @@ set(llfio_TESTS
"test/tests/symlink_handle_create_close/kernel_symlink_handle.cpp.hpp"
"test/tests/symlink_handle_create_close/runner.cpp"
"test/tests/trivial_vector.cpp"
+ "test/tests/utils.cpp"
)
# DO NOT EDIT, GENERATED BY SCRIPT
set(llfio_COMPILE_TESTS