Skip to content

Commit

Permalink
Fixup shell
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed May 20, 2024
1 parent 107fb98 commit a93c819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ if(BUILD_USR_DIR)
endif(BUILD_USR_DIR)

cp_script(test.sh)
add_test(testscript "sh" "test.sh")
add_test(testscript "bash" "test.sh")

#add_subdirectory(tsa)

0 comments on commit a93c819

Please sign in to comment.