aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSalvador E. Tropea <salvador@inti.gob.ar>2016-10-13 17:38:42 -0300
committerSalvador E. Tropea <salvador@inti.gob.ar>2016-10-13 17:38:42 -0300
commitf263b175b5d6dc464dd46119a16e9413c5907134 (patch)
treec8512a2fe0b0a25df0d58b59514ac7d7fe351248 /Makefile
parent77ce8139a5428961f95a4eee4983fb932dae002b (diff)
downloadyosys-f263b175b5d6dc464dd46119a16e9413c5907134.tar.gz
yosys-f263b175b5d6dc464dd46119a16e9413c5907134.tar.bz2
yosys-f263b175b5d6dc464dd46119a16e9413c5907134.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ff0af4c1e..4534d619e 100644
--- 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