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>2016-09-05 19:40:13 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-09-05 19:40:13 +0300
commit98b05c5e8d5af03254df561e2f1d11cc8114ab10 (patch)
tree455f8fb8e0230e805d2822bcbc906f8e7cb56b00 /.ci.cmake
parent7d02bc6127d2a7ba2453cddebd810f0dc08de9e0 (diff)
Added random_file(), temp_file() and temp_inode() implementations to async_file_handle.
Fixed really stupid bug where unlink_on_close files were never being closed. Sorry.
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci.cmake b/.ci.cmake
index eb765ae4..c352974f 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -22,7 +22,8 @@ ctest_empty_binary_directory(${CTEST_BINARY_DIRECTORY})
ctest_start("Experimental")
ctest_configure()
-ctest_build()
+ctest_build(TARGET _dl)
+ctest_build(TARGET _sl)
ctest_test(RETURN_VALUE retval)
merge_junit_results_into_ctest_xml()
if(WIN32)