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 896e5f6 commit b5055e6Copy full SHA for b5055e6
jbmc/unit/Makefile
@@ -147,7 +147,7 @@ test: $(CATCH_TEST)
147
# Include hidden tests by specifying "*,[.]" for tests to count
148
if ! ./$(CATCH_TEST) "*,[.]" -l | grep -q "^$(N_CATCH_TESTS) matching test cases" ; then \
149
./$(CATCH_TEST) "*,[.]" -l ; fi
150
- ./$(CATCH_TEST) ${TAGS}
+ ./$(CATCH_TEST) '${TAGS}'
151
152
153
###############################################################################
0 commit comments