aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth60/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/synth60/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth60/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/synth60/testsuite.sh b/testsuite/synth/synth60/testsuite.sh
new file mode 100755
index 000000000..54d500967
--- /dev/null
+++ b/testsuite/synth/synth60/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth leds.vhdl spin1.vhdl leds_wrapper.vhdl leds_wrapper_arch_entity_inst.vhdl -e > syn_leds.vhdl
+
+echo "Test successful"