aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug011/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug011/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug011/testsuite.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/gna/bug011/testsuite.sh b/testsuite/gna/bug011/testsuite.sh
new file mode 100755
index 000000000..5823c99d5
--- /dev/null
+++ b/testsuite/gna/bug011/testsuite.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze phonybench.vhdl
+elab_simulate phonybench --stop-time=1sec --fst=pb.fst
+
+rm -f pb.fst pb.ghw
+
+clean
+
+echo "Test successful"