We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff3509 commit d28893aCopy full SHA for d28893a
testing/CMakeLists.txt
@@ -34,6 +34,8 @@ target_link_libraries(lsl_test_internal PRIVATE lslobj lslboost catch_main)
34
35
set(LSL_TESTS lsl_test_exported lsl_test_internal)
36
foreach(lsltest ${LSL_TESTS})
37
- add_test(NAME ${lsltest} COMMAND ${lsltest})
+ add_test(NAME ${lsltest} COMMAND ${lsltest} --wait-for-keypress never)
38
installLSLApp(${lsltest})
39
endforeach()
40
+
41
+installLSLAuxFiles(lsl_test_exported directory lslcfgs)
0 commit comments