Modified test target name (to test-all)
authorSalvador E. Tropea <salvador@inti.gob.ar>
Thu, 13 Oct 2016 20:38:42 +0000 (17:38 -0300)
committerSalvador E. Tropea <salvador@inti.gob.ar>
Thu, 13 Oct 2016 20:38:42 +0000 (17:38 -0300)
As this target depends on external tools, and packagers run "make test",
I think the name should be less generic.

Makefile

index ff0af4c1e385114110f6f749deb0889561107a87..4534d619ec25f20bdaa3c3028a3a630fb291e163 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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