aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-03-15 00:48:23 +0100
committerClifford Wolf <clifford@clifford.at>2019-03-15 00:48:23 +0100
commit9820ed6531f8bd3e30f44f59ae9c82bdc896f57c (patch)
tree4f135c13bb22fa241d5a06c379ce44e876220b7b /Makefile
parentc4575103af83bc9757ae6fe208e0317e12dcfbd2 (diff)
downloadyosys-9820ed6531f8bd3e30f44f59ae9c82bdc896f57c.tar.gz
yosys-9820ed6531f8bd3e30f44f59ae9c82bdc896f57c.tar.bz2
yosys-9820ed6531f8bd3e30f44f59ae9c82bdc896f57c.zip
Disable realmath tests
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8fbcc040..2e4605f8b 100644
--- a/Makefile
+++ b/Makefile
@@ -575,7 +575,7 @@ 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/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