aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/test-icestick/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/test-icestick/testsuite.sh')
-rwxr-xr-xtestsuite/test-icestick/testsuite.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/testsuite/test-icestick/testsuite.sh b/testsuite/test-icestick/testsuite.sh
deleted file mode 100755
index 995c372..0000000
--- a/testsuite/test-icestick/testsuite.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-topdir=..
-. $topdir/testenv.sh
-
-src=../../icestick
-
-# spin2
-
-for f in fixed1 blink multi1 multi2 spin1 rotate1 rotate2 rotate3 rotate4; do
- synth "$src/leds.vhdl $src/${f}.vhdl -e leds"
-done
-
-UART_SRC=$src/uart/hdl
-synth "$UART_SRC/uart_rx.vhd $UART_SRC/uart_tx.vhd $UART_SRC/uart_top.vhd -e uart_top"
-
-clean