Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 56f6f77

Browse files
authored
Fix typo : make test was not running tests (#297)
1 parent 9b1d96b commit 56f6f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ file(COPY
6565
"${CMAKE_CURRENT_BINARY_DIR}/ring_spike_buffer/")
6666

6767
# Configure test scripts
68-
foreach(args_line ${TEST_CASES})
68+
foreach(args_line ${TEST_CASES_WITH_ARGS})
6969
string(REPLACE "!"
7070
";"
7171
string_line

0 commit comments

Comments
 (0)