Skip to content

Commit d28893a

Browse files
committed
Install sample configuration files alongside lsl tests
1 parent 9ff3509 commit d28893a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ target_link_libraries(lsl_test_internal PRIVATE lslobj lslboost catch_main)
3434

3535
set(LSL_TESTS lsl_test_exported lsl_test_internal)
3636
foreach(lsltest ${LSL_TESTS})
37-
add_test(NAME ${lsltest} COMMAND ${lsltest})
37+
add_test(NAME ${lsltest} COMMAND ${lsltest} --wait-for-keypress never)
3838
installLSLApp(${lsltest})
3939
endforeach()
40+
41+
installLSLAuxFiles(lsl_test_exported directory lslcfgs)

0 commit comments

Comments
 (0)