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