diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f8e1877..38d93ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,8 @@ if(BUILD_TESTS) tests/test_base.cpp tests/test_peak_detection.cpp tests/test_partial_tracking.cpp - tests/test_synthesis.cpp) + tests/test_synthesis.cpp + tests/test_residual.cpp) add_executable(tests ${test_src}) target_link_libraries(tests ${libs}) |