aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vloghtb/test_makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-20 13:20:52 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-20 15:33:05 +0200
commit2e358bd6678aba687908fe4a359c82aa5dff110d (patch)
tree214ad62b6aefb9d243ecbe2bcb4d739d70df9c43 /tests/vloghtb/test_makefile
parent6f450d0224a3ad09c61c5a150e3e7b3b6241338d (diff)
downloadyosys-2e358bd6678aba687908fe4a359c82aa5dff110d.tar.gz
yosys-2e358bd6678aba687908fe4a359c82aa5dff110d.tar.bz2
yosys-2e358bd6678aba687908fe4a359c82aa5dff110d.zip
Added tests/vloghtb/test_share.sh
Diffstat (limited to 'tests/vloghtb/test_makefile')
-rw-r--r--tests/vloghtb/test_makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/vloghtb/test_makefile b/tests/vloghtb/test_makefile
new file mode 100644
index 000000000..174dbbc2c
--- /dev/null
+++ b/tests/vloghtb/test_makefile
@@ -0,0 +1,9 @@
+
+MODE := share
+TESTS := $(shell ls rtl/ | sed 's,\.v$$,,' )
+
+run: $(addprefix log_test_$(MODE)/,$(addsuffix .txt,$(TESTS)))
+
+log_test_$(MODE)/%.txt: rtl/%.v
+ @bash test_$(MODE).sh $<
+