summaryrefslogtreecommitdiff
path: root/debian/patches/03_notruntests.patch
blob: 3348ddcb49d35b15b5154b2cc6279a4397b2f154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Sat, 14 May 2016 15:44:13 +0200
Subject: Do not run the long test suite when building for debian.

Forwarded: doesn't make sense upstream
---
 Makefile | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/Makefile b/Makefile
index 59a87c3..351a7cc 100644
--- a/Makefile
+++ b/Makefile
@@ -404,21 +404,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
 
@@ -551,6 +551,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.8 config-gprof config-sudo