Skip to content

Commit b5055e6

Browse files
committed
Add missing quotes
1 parent 896e5f6 commit b5055e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/unit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ test: $(CATCH_TEST)
147147
# Include hidden tests by specifying "*,[.]" for tests to count
148148
if ! ./$(CATCH_TEST) "*,[.]" -l | grep -q "^$(N_CATCH_TESTS) matching test cases" ; then \
149149
./$(CATCH_TEST) "*,[.]" -l ; fi
150-
./$(CATCH_TEST) ${TAGS}
150+
./$(CATCH_TEST) '${TAGS}'
151151

152152

153153
###############################################################################

0 commit comments

Comments
 (0)