aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-01 23:12:42 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-01 23:12:42 +0200
commitc23324b6b718eda1b34302ea497e0f65fca1a9e1 (patch)
treef7d6f93bfb9b0a9f10a51824ee22fb137b57968c
parent345a2a99fac5291417c1f477bdfd6caad7ee71a9 (diff)
downloadghdl-c23324b6b718eda1b34302ea497e0f65fca1a9e1.tar.gz
ghdl-c23324b6b718eda1b34302ea497e0f65fca1a9e1.tar.bz2
ghdl-c23324b6b718eda1b34302ea497e0f65fca1a9e1.zip
testsuite/synth: use harness.
-rwxr-xr-xtestsuite/synth/string01/testsuite.sh12
1 files changed, 1 insertions, 11 deletions
diff --git a/testsuite/synth/string01/testsuite.sh b/testsuite/synth/string01/testsuite.sh
index 6e44cc947..95b02bd29 100755
--- a/testsuite/synth/string01/testsuite.sh
+++ b/testsuite/synth/string01/testsuite.sh
@@ -2,16 +2,6 @@
. ../../testenv.sh
-analyze string01.vhdl tb_string01.vhdl
-elab_simulate tb_string01
-
-clean
-
-synth string01.vhdl -e string01 > syn_string01.vhdl
-
-analyze syn_string01.vhdl tb_string01.vhdl
-elab_simulate tb_string01
-
-clean
+synth_tb string01
echo "Test successful"