aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth52/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-07 20:42:21 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-07 20:42:21 +0200
commitddcfde04823b714ea972c61cd368ca513acc648e (patch)
treedf99f6cdc4725e5746fdd47681190f88ec1eb589 /testsuite/synth/synth52/testsuite.sh
parent4f695902d589085bb0266294432453277455a102 (diff)
downloadghdl-ddcfde04823b714ea972c61cd368ca513acc648e.tar.gz
ghdl-ddcfde04823b714ea972c61cd368ca513acc648e.tar.bz2
ghdl-ddcfde04823b714ea972c61cd368ca513acc648e.zip
testsuite/synth: add test for previous commit.
Diffstat (limited to 'testsuite/synth/synth52/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth52/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/synth52/testsuite.sh b/testsuite/synth/synth52/testsuite.sh
new file mode 100755
index 000000000..683b26cbc
--- /dev/null
+++ b/testsuite/synth/synth52/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth sample_pkg.vhdl pkg_test.vhdl -e pkg_test > syn_pkg_test.vhdl
+
+echo "Test successful"