Skip to content

Commit 2aecc33

Browse files
committed
With the binaries ending up at a differet place the working dir
needs to be the one with the source!
1 parent e5b76d0 commit 2aecc33

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ add_test(TestLms lms)
2727

2828
add_executable (coeffread coeffread.cpp)
2929
target_link_libraries(coeffread fir_static)
30-
add_test(TestReadFile coeffread)
30+
add_test(
31+
NAME TestReadFile
32+
COMMAND coeffread
33+
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})

0 commit comments

Comments
 (0)