diff options
author | N. Engelhardt <nak@symbioticeda.com> | 2020-03-23 20:14:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 20:14:13 +0100 |
commit | 3e46faa58c86fb85ee722abcaef5588f76bde564 (patch) | |
tree | f878ffba2caef7b63fca94a69b3102bb562a7d7d /Makefile | |
parent | b86905d9523767bccc9224ce33a0b51265e4950c (diff) | |
parent | 0da65d498b9f18ce0c09eedc19f16db2390e6dcb (diff) | |
download | yosys-3e46faa58c86fb85ee722abcaef5588f76bde564.tar.gz yosys-3e46faa58c86fb85ee722abcaef5588f76bde564.tar.bz2 yosys-3e46faa58c86fb85ee722abcaef5588f76bde564.zip |
Merge pull request #1763 from boqwxp/issue1762
Closes #1762. Adds warnings for `select` arguments not matching any object and for `add` command when no modules selected
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -716,6 +716,7 @@ test: $(TARGETS) $(EXTRA_TARGETS) +cd tests/memories && bash run-test.sh $(ABCOPT) $(SEEDOPT) +cd tests/bram && bash run-test.sh $(SEEDOPT) +cd tests/various && bash run-test.sh + +cd tests/select && bash run-test.sh +cd tests/sat && bash run-test.sh +cd tests/svinterfaces && bash run-test.sh $(SEEDOPT) +cd tests/svtypes && bash run-test.sh $(SEEDOPT) |