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