From e52d581c33248aefc47e7c97ce6978d6bda31bfe Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 14 Feb 2017 05:46:00 +0100 Subject: Add tests for icezum --- testsuite/test-icezum/testsuite.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 testsuite/test-icezum/testsuite.sh (limited to 'testsuite/test-icezum/testsuite.sh') diff --git a/testsuite/test-icezum/testsuite.sh b/testsuite/test-icezum/testsuite.sh new file mode 100755 index 0000000..a3a71e5 --- /dev/null +++ b/testsuite/test-icezum/testsuite.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +. ../testenv.sh + +analyze ../../icezum/led_on/led_on.vhdl +synth led_on + +analyze ../../icezum/blink/blink.vhdl +synth blink + +analyze ../../icezum/pushbutton/pushbutton.vhdl +synth pushbutton + +analyze ../../icezum/pushbutton_and/pushbutton_and.vhdl +synth pushbutton_and + +clean -- cgit v1.2.3