Skip to content
Snippets Groups Projects
Commit 908138c9 authored by David Terei's avatar David Terei
Browse files

Fix 'make test' command for new testsuite location

parent 5266e966
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment