CMakeLists.txt
1 2 3 4 5 6 7 8 9 10 | if(TARGET felspar-check) add_test_run(felspar-check felspar-exceptions TESTS bad_alloc.cpp length_error.cpp overflow.cpp runtime.cpp system.cpp underflow.cpp ) endif() |
1 2 3 4 5 6 7 8 9 10 | if(TARGET felspar-check) add_test_run(felspar-check felspar-exceptions TESTS bad_alloc.cpp length_error.cpp overflow.cpp runtime.cpp system.cpp underflow.cpp ) endif() |