Skip to content

Commit

Permalink
try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jul 28, 2024
1 parent 6406209 commit 4b3f8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NFsim_v1.11/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if (MINGW)
set(test_src_dir ${CMAKE_CURRENT_SOURCE_DIR}/tests/test1)
set(test_nfsim_exe ${CMAKE_BINARY_DIR}/bin/${exe_target}.exe)
add_test(NAME ${exe_target}_test1 COMMAND py test1.py ${test_nfsim_exe} WORKING_DIRECTORY ${test_src_dir})
add_test(NAME ${exe_target}_test2 COMMAND bash -c ${test_src_dir}/test2.sh ${test_nfsim_exe} WORKING_DIRECTORY ${test_src_dir})
add_test(NAME ${exe_target}_test2 COMMAND bash -c "${test_src_dir}/test2.sh ${test_nfsim_exe}" WORKING_DIRECTORY ${test_src_dir})
else (MINGW)
set(test_src_dir ${CMAKE_CURRENT_SOURCE_DIR}/tests/test1)
set(test_nfsim_exe ${CMAKE_BINARY_DIR}/bin/${exe_target})
Expand Down

0 comments on commit 4b3f8ee

Please sign in to comment.