Skip to content

Commit

Permalink
testing: output of failed tests now printed
Browse files Browse the repository at this point in the history
  • Loading branch information
mic-e committed Oct 13, 2014
1 parent 390f203 commit 32623ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rungdb: openage

.PHONY: test
test: $(binary)
@make -C $(BUILDDIR) test
@CTEST_OUTPUT_ON_FAILURE=1 make -C $(BUILDDIR) test

.PHONY: codegen
codegen: $(BUILDDIR)
Expand Down

0 comments on commit 32623ea

Please sign in to comment.