Skip to content

Commit

Permalink
Fix 'make test' command for new testsuite location
Browse files Browse the repository at this point in the history
  • Loading branch information
David Terei committed Jul 20, 2011
1 parent 5266e96 commit 908138c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -110,9 +110,9 @@ endif

.PHONY: test
test:
$(MAKE) -C testsuite/tests CLEANUP=1 OUTPUT_SUMMARY=../../../testsuite_summary.txt fast
$(MAKE) -C testsuite/tests CLEANUP=1 OUTPUT_SUMMARY=../../testsuite_summary.txt fast

.PHONY: fulltest
fulltest:
$(MAKE) -C testsuite/tests CLEANUP=1 OUTPUT_SUMMARY=../../../testsuite_summary.txt
$(MAKE) -C testsuite/tests CLEANUP=1 OUTPUT_SUMMARY=../../testsuite_summary.txt

0 comments on commit 908138c

Please sign in to comment.