summaryrefslogtreecommitdiff
path: root/debian/patches/03_notruntests.patch
blob: 3c677c23daca3079bb89e972a17fa87d0df455c0 (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 f26a6e0..cbbd878 100644
--- a/Makefile
+++ b/Makefile
@@ -412,21 +412,21 @@ else
 SEEDOPT=""
 endif
 
-test: $(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)
-	+cd tests/realmath && bash run-test.sh $(SEEDOPT)
-	+cd tests/share && bash run-test.sh $(SEEDOPT)
-	+cd tests/fsm && bash run-test.sh $(SEEDOPT)
-	+cd tests/techmap && bash run-test.sh
-	+cd tests/memories && bash run-test.sh $(SEEDOPT)
-	+cd tests/bram && bash run-test.sh $(SEEDOPT)
-	+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 $(SEEDOPT)
+#	+cd tests/hana && bash run-test.sh $(SEEDOPT)
+#	+cd tests/asicworld && bash run-test.sh $(SEEDOPT)
+#	+cd tests/realmath && bash run-test.sh $(SEEDOPT)
+#	+cd tests/share && bash run-test.sh $(SEEDOPT)
+#	+cd tests/fsm && bash run-test.sh $(SEEDOPT)
+#	+cd tests/techmap && bash run-test.sh
+#	+cd tests/memories && bash run-test.sh $(SEEDOPT)
+#	+cd tests/bram && bash run-test.sh $(SEEDOPT)
+#	+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
 
@@ -559,6 +559,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