diff --git a/CMakeLists.txt b/CMakeLists.txt index e413e516..012d02c2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,5 +49,6 @@ endif() if (Q_BUILD_TEST) add_subdirectory(test) + enable_testing() endif() diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ed773ce0..c42a23ef 100755 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -93,4 +93,4 @@ file( DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) include(CTest) - add_test(NAME fft_test COMMAND fft_test) \ No newline at end of file + add_test(NAME test_fft COMMAND test_fft) \ No newline at end of file