summaryrefslogtreecommitdiff
path: root/testsuite/gna/bug015/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug015/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug015/testsuite.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/gna/bug015/testsuite.sh b/testsuite/gna/bug015/testsuite.sh
new file mode 100755
index 0000000..59c4a42
--- /dev/null
+++ b/testsuite/gna/bug015/testsuite.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze phys.vhdl
+elab_simulate tb
+
+analyze phys2.vhdl
+elab_simulate tb2
+clean
+
+echo "Test successful"