Skip to content
Snippets Groups Projects
Commit c5264160 authored by David Terei's avatar David Terei Committed by Ian Lynagh
Browse files

Fix 'make test' command for new testsuite location

parent 4c79c663
No related branches found
No related tags found
No related merge requests found
...@@ -110,9 +110,9 @@ endif ...@@ -110,9 +110,9 @@ endif
.PHONY: test .PHONY: test
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 .PHONY: fulltest
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