aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue349/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-05-21 18:37:49 +0200
committerTristan Gingold <tgingold@free.fr>2017-05-21 18:37:49 +0200
commitf0e742418639c5a3afd58dd601b6dc6b31795d77 (patch)
tree0807447af295ef2be2fe7efec57fd6bb5ec56d5c /testsuite/gna/issue349/testsuite.sh
parent4d4e8d2870f2be47d3fc83030e95b8f24dd43c47 (diff)
downloadghdl-f0e742418639c5a3afd58dd601b6dc6b31795d77.tar.gz
ghdl-f0e742418639c5a3afd58dd601b6dc6b31795d77.tar.bz2
ghdl-f0e742418639c5a3afd58dd601b6dc6b31795d77.zip
Add testcase for #349
Diffstat (limited to 'testsuite/gna/issue349/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue349/testsuite.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/gna/issue349/testsuite.sh b/testsuite/gna/issue349/testsuite.sh
new file mode 100755
index 000000000..3102a0939
--- /dev/null
+++ b/testsuite/gna/issue349/testsuite.sh
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+analyze repro.vhdl
+elab_simulate repro
+
+
+#analyze ResolutionPkg.vhd
+#analyze resolution-tb.vhdl
+#elab_simulate resolution_tb
+
+clean
+
+echo "Test successful"