Skip to content

Commit

Permalink
Enable the tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Aug 30, 2024
1 parent d8a352e commit 063a20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ endif()

if (Q_BUILD_TEST)
add_subdirectory(test)
enable_testing()
endif()

2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ file(
DESTINATION ${CMAKE_CURRENT_BINARY_DIR})

include(CTest)
add_test(NAME fft_test COMMAND fft_test)
add_test(NAME test_fft COMMAND test_fft)

0 comments on commit 063a20e

Please sign in to comment.