3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-01 20:17:55 +00:00

Added tests/vloghtb/test_share.sh

This commit is contained in:
Clifford Wolf 2014-07-20 13:20:52 +02:00
parent 6f450d0224
commit 2e358bd667
5 changed files with 57 additions and 1 deletions

View file

@ -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 $<