CMakeLists.txt
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | if(TARGET felspar-check) add_test_run(felspar-check felspar-io TESTS allocators.cpp basics.cpp cancel.cpp exceptions.cpp pipe.cpp run_batch.cpp timers.cpp ) endif() if(TARGET felspar-stress) add_test_run(felspar-stress felspar-io-openssl TESTS timers.connect.cpp tls.tests.cpp ) endif() |