diff options
Diffstat (limited to 'tests/sva/Makefile')
| -rw-r--r-- | tests/sva/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/sva/Makefile b/tests/sva/Makefile new file mode 100644 index 000000000..c2ee5e9d8 --- /dev/null +++ b/tests/sva/Makefile @@ -0,0 +1,13 @@ + +TESTS = $(basename $(wildcard *.sv)) + +all: $(addsuffix .ok,$(TESTS)) + +%.ok: %.sv + bash runtest.sh $< + +clean: + rm -rf $(addsuffix .ok,$(TESTS)) + rm -rf $(addsuffix _pass.sby,$(TESTS)) $(addsuffix _pass,$(TESTS)) + rm -rf $(addsuffix _fail.sby,$(TESTS)) $(addsuffix _fail,$(TESTS)) + |
