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 468dfa1 commit 5b0b198Copy full SHA for 5b0b198
CMakeLists.txt
@@ -24,7 +24,7 @@ add_library(assert tests/assert.f90 tests/error2008.f90)
24
target_compile_options(assert PRIVATE ${FFLAGS})
25
26
if(UNIX)
27
- add_test(NAME UIrpn COMMAND bash -c "echo -e '2 5 * \n q' | ./rpncalc ")
+ add_test(NAME UIrpn COMMAND bash -c "echo -e '2 5 * \n q' | ./rpncalc")
28
endif()
29
30
#--- install
0 commit comments