aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth111/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/synth111/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth111/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/synth111/testsuite.sh b/testsuite/synth/synth111/testsuite.sh
new file mode 100755
index 000000000..9a0f7b0f3
--- /dev/null
+++ b/testsuite/synth/synth111/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth rams_sp_3d.vhdl -e > syn_rams_sp_3d.vhdl
+clean
+
+echo "Test successful"