Modified test target name (to test-all)

As this target depends on external tools, and packagers run "make test",
I think the name should be less generic.
This commit is contained in:
Salvador E. Tropea 2016-10-13 17:38:42 -03:00
parent 77ce8139a5
commit f263b175b5
1 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ else
SEEDOPT=""
endif
test: $(TARGETS) $(EXTRA_TARGETS)
test-all: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/simple && bash run-test.sh $(SEEDOPT)
+cd tests/hana && bash run-test.sh $(SEEDOPT)
+cd tests/asicworld && bash run-test.sh $(SEEDOPT)
@ -558,6 +558,6 @@ echo-git-rev:
-include kernel/*.d
-include techlibs/*/*.d
.PHONY: all top-all abc test install install-abc manual clean mrproper qtcreator
.PHONY: all top-all abc test-all install install-abc manual clean mrproper qtcreator
.PHONY: config-clean config-clang config-gcc config-gcc-4.8 config-gprof config-sudo