diff options
Diffstat (limited to 'testsuite/synth/unary01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/unary01/testsuite.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/synth/unary01/testsuite.sh b/testsuite/synth/unary01/testsuite.sh index 3e8f8a082..489868f74 100755 --- a/testsuite/synth/unary01/testsuite.sh +++ b/testsuite/synth/unary01/testsuite.sh @@ -6,6 +6,8 @@ GHDL_STD_FLAGS=--std=08 synth test.vhdl -e test > syn_test.vhdl analyze syn_test.vhdl + +synth snot.vhdl -e > syn_snot.vhdl clean echo "Test successful" |