Skip to content

Commit

Permalink
TESTS: Fix missing QUIET_CXX option in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 23, 2017
1 parent 5957703 commit 4212734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/module.mk
Expand Up @@ -49,7 +49,7 @@ test/runner.cpp: $(TESTS)
@mkdir -p test
$(srcdir)/test/cxxtest/cxxtestgen.py $(TEST_FLAGS) -o $@ $+
test/runner.o: test/runner.cpp
$(CXX) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -c $(<) -o $@
$(QUIET_CXX)$(CXX) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -c $(<) -o $@


clean: clean-test
Expand Down

0 comments on commit 4212734

Please sign in to comment.