aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue238/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue238/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue238/testsuite.sh11
1 files changed, 10 insertions, 1 deletions
diff --git a/testsuite/gna/issue238/testsuite.sh b/testsuite/gna/issue238/testsuite.sh
index 368be0f47..9c17b1ff2 100755
--- a/testsuite/gna/issue238/testsuite.sh
+++ b/testsuite/gna/issue238/testsuite.sh
@@ -8,9 +8,18 @@ export GHDL_STD_FLAGS=--std=08
analyze cst.vhdl pkg.vhdl
analyze var1.vhdl var2.vhdl var3.vhdl var4.vhdl
-analyze assign1.vhdl proc1.vhdl
+analyze assign1.vhdl proc1.vhdl
elab_simulate proc1
+analyze sig1.vhdl
+elab_simulate sig1
+
+analyze call1.vhdl
+elab_simulate call1
+
+analyze call2.vhdl
+elab_simulate call2
+
clean
echo "Test successful"