We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf9059 commit 1c3667eCopy full SHA for 1c3667e
unit/Makefile
@@ -321,7 +321,7 @@ test: $(CATCH_TEST)
321
# Include hidden tests by specifying "*,[.]" for tests to count
322
if ! ./$(CATCH_TEST) "*,[.]" -l | grep -q "^$(N_CATCH_TESTS) matching test cases" ; then \
323
./$(CATCH_TEST) "*,[.]" -l ; fi
324
- ./$(CATCH_TEST) ${TAGS}
+ ./$(CATCH_TEST) '${TAGS}'
325
326
327
###############################################################################
0 commit comments