Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_all.cpp « test « attic - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81c4aed0bd5a400805709747f1b3367a2166ccd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Make sure we properly define the main for the test suite
#define BOOST_AFIO_TEST_ALL            

#include "test_functions.hpp"

BOOST_AUTO_TEST_SUITE(all)
        
#include "test_cpps.txt"        
/*     
#include "async_io_threadpool_test.cpp"
#include "async_io_works_1_prime_test.cpp"
#include "async_io_works_1_test.cpp"
#include "async_io_works_64_test.cpp"
#include "async_io_works_1_sync_test.cpp"
#include "async_io_works_64_sync_test.cpp"
#include "async_io_works_1_autoflush_test.cpp"
#include "async_io_works_64_autoflush_test.cpp"
#include "async_io_works_1_direct_test.cpp"
#include "async_io_works_64_direct_test.cpp"
#include "async_io_works_1_directsync_test.cpp"
#include "async_io_works_64_directsync_test.cpp"
#include "async_io_barrier_test.cpp"
#include "async_io_errors_test.cpp"
#include "async_io_torture_test.cpp"
#include "async_io_torture_sync_test.cpp"
#include "async_io_torture_autoflush_test.cpp"
#include "async_io_torture_direct_test.cpp"
#include "async_io_torture_direct_sync_test.cpp"
#include "async_io_sync_test.cpp" // */
BOOST_AUTO_TEST_SUITE_END()