aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue882/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue882/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue882/testsuite.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/synth/issue882/testsuite.sh b/testsuite/synth/issue882/testsuite.sh
index c980ae914..99a9434c3 100755
--- a/testsuite/synth/issue882/testsuite.sh
+++ b/testsuite/synth/issue882/testsuite.sh
@@ -3,8 +3,7 @@
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
-synth cpu.vhdl -e $t > syn_cpu.vhdl
-analyze syn_cpu.vhdl
+synth_analyze cpu
clean
echo "Test successful"