From: Ruben Undheim Subject: Do not run the long test suite when building for debian. Forwarded: doesn't make sense upstream Index: yosys/Makefile =================================================================== --- yosys.orig/Makefile +++ yosys/Makefile @@ -377,21 +377,21 @@ endif yosys-abc$(EXE): abc/abc-$(ABCREV)$(EXE) $(P) cp abc/abc-$(ABCREV)$(EXE) yosys-abc$(EXE) -test: $(TARGETS) $(EXTRA_TARGETS) - +cd tests/simple && bash run-test.sh - +cd tests/hana && bash run-test.sh - +cd tests/asicworld && bash run-test.sh - +cd tests/realmath && bash run-test.sh - +cd tests/share && bash run-test.sh - +cd tests/fsm && bash run-test.sh - +cd tests/techmap && bash run-test.sh - +cd tests/memories && bash run-test.sh - +cd tests/bram && bash run-test.sh - +cd tests/various && bash run-test.sh - +cd tests/sat && bash run-test.sh - @echo "" - @echo " Passed \"make test\"." - @echo "" +#test: $(TARGETS) $(EXTRA_TARGETS) +# +cd tests/simple && bash run-test.sh +# +cd tests/hana && bash run-test.sh +# +cd tests/asicworld && bash run-test.sh +# +cd tests/realmath && bash run-test.sh +# +cd tests/share && bash run-test.sh +# +cd tests/fsm && bash run-test.sh +# +cd tests/techmap && bash run-test.sh +# +cd tests/memories && bash run-test.sh +# +cd tests/bram && bash run-test.sh +# +cd tests/various && bash run-test.sh +# +cd tests/sat && bash run-test.sh +# @echo "" +# @echo " Passed \"make test\"." +# @echo "" VALGRIND ?= valgrind --error-exitcode=1 --leak-check=full --show-reachable=yes --errors-for-leak-kinds=all @@ -521,6 +521,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 install install-abc manual clean mrproper qtcreator .PHONY: config-clean config-clang config-gcc config-gcc-4.6 config-gprof config-sudo