Skip to content

Commit

Permalink
With the binaries ending up at a differet place the working dir
Browse files Browse the repository at this point in the history
needs to be the one with the source!
  • Loading branch information
berndporr committed Feb 6, 2021
1 parent e5b76d0 commit 2aecc33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ add_test(TestLms lms)

add_executable (coeffread coeffread.cpp)
target_link_libraries(coeffread fir_static)
add_test(TestReadFile coeffread)
add_test(
NAME TestReadFile
COMMAND coeffread
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})

0 comments on commit 2aecc33

Please sign in to comment.