diff options
Diffstat (limited to 'testsuite/synth/int01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/int01/testsuite.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/testsuite/synth/int01/testsuite.sh b/testsuite/synth/int01/testsuite.sh index a590cde72..ac3fc413e 100755 --- a/testsuite/synth/int01/testsuite.sh +++ b/testsuite/synth/int01/testsuite.sh @@ -2,10 +2,9 @@ . ../../testenv.sh -for t in int_operators; do - synth $t.vhdl -e $t > syn_$t.vhdl - analyze syn_$t.vhdl - clean -done +synth_analyze int_operators +clean + +synth_tb prio02 echo "Test successful" |