diff --git a/test/tap/Makefile b/test/tap/Makefile index 2c50397a3..6591ebdf0 100644 --- a/test/tap/Makefile +++ b/test/tap/Makefile @@ -31,7 +31,7 @@ tests_with_deps: tap test_deps .PHONY: unit_tests unit_tests: - cd tests/unit && CC=${CC} CXX=${CXX} ${MAKE} + cd tests/unit && CC=${CC} CXX=${CXX} ${MAKE} $(MAKECMDGOALS) .PHONY: clean_utils