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/test
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-05-14 00:14:05 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-05-14 00:14:05 +0300
commitb76b2684a2ad809d08097817890caccc736000cf (patch)
treee9600c2d698123edea3d72137da8a34109cee42a /test
parentd31a164f354066acc89c1c8d8a1e1b12b5e2c965 (diff)
Reduce how much the remove_all test tests on Mac OS.
Begin adding an io_uring test multiplexer.
Diffstat (limited to 'test')
-rw-r--r--test/tests/remove_all.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests/remove_all.cpp b/test/tests/remove_all.cpp
index 87745d1d..6f1edc68 100644
--- a/test/tests/remove_all.cpp
+++ b/test/tests/remove_all.cpp
@@ -32,7 +32,7 @@ Distributed under the Boost Software License, Version 1.0.
static inline void TestRemoveAll()
{
static constexpr size_t rounds = 10;
-#ifdef _WIN32
+#if defined(_WIN32) || defined(__APPLE__)
static constexpr size_t total_entries = 100; // create 100 directories in each random directory tree
#else
static constexpr size_t total_entries = 1000; // create 10000 directories in each random directory tree