From 7a7e6050f8db18b7030e05a85cbb378e909d5f7b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 5 Nov 2019 04:34:20 +0100 Subject: testsuite: move tests of examples in a subdir. --- testsuite/examples/test-icezum/testsuite.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 testsuite/examples/test-icezum/testsuite.sh (limited to 'testsuite/examples/test-icezum/testsuite.sh') diff --git a/testsuite/examples/test-icezum/testsuite.sh b/testsuite/examples/test-icezum/testsuite.sh new file mode 100755 index 0000000..4906689 --- /dev/null +++ b/testsuite/examples/test-icezum/testsuite.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +topdir=../.. +. $topdir/testenv.sh + +src=../../../icezum + +synth_ice40 $src/led_on/led_on.vhdl -e led_on +synth_ice40 $src/blink/blink.vhdl -e blink +synth_ice40 $src/pushbutton/pushbutton.vhdl -e pushbutton +synth_ice40 $src/pushbutton_and/pushbutton_and.vhdl -e pushbutton_and + +clean -- cgit v1.2.3