aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2022-05-06 16:30:56 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2022-05-18 17:32:56 +0200
commit982a11c709b4b363f85ae52a127f8a98bda30a3f (patch)
treede2dd78747314064b3a7731fc4791b0ec7bfb77d /Makefile
parent2a2dc12eb69f2e904609e5b8275ec885e21ecd26 (diff)
downloadyosys-982a11c709b4b363f85ae52a127f8a98bda30a3f.tar.gz
yosys-982a11c709b4b363f85ae52a127f8a98bda30a3f.tar.bz2
yosys-982a11c709b4b363f85ae52a127f8a98bda30a3f.zip
Add memory_libmap tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c542aae0..7c3cc380d 100644
--- a/Makefile
+++ b/Makefile
@@ -808,6 +808,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/fsm && bash run-test.sh $(SEEDOPT)
+cd tests/techmap && bash run-test.sh
+cd tests/memories && bash run-test.sh $(ABCOPT) $(SEEDOPT)
+ +cd tests/memlib && bash run-test.sh $(SEEDOPT)
+cd tests/bram && bash run-test.sh $(SEEDOPT)
+cd tests/various && bash run-test.sh
+cd tests/select && bash run-test.sh