diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-11-05 04:34:20 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-11-05 04:34:20 +0100 |
commit | 7a7e6050f8db18b7030e05a85cbb378e909d5f7b (patch) | |
tree | d18873bb69942ba52a91cf8f9893d40a54ea80c4 /testsuite/examples/test-icezum | |
parent | 43e40cf55988f11df0fd81d39d917f96bf1579de (diff) | |
download | ghdl-yosys-plugin-7a7e6050f8db18b7030e05a85cbb378e909d5f7b.tar.gz ghdl-yosys-plugin-7a7e6050f8db18b7030e05a85cbb378e909d5f7b.tar.bz2 ghdl-yosys-plugin-7a7e6050f8db18b7030e05a85cbb378e909d5f7b.zip |
testsuite: move tests of examples in a subdir.
Diffstat (limited to 'testsuite/examples/test-icezum')
-rwxr-xr-x | testsuite/examples/test-icezum/testsuite.sh | 13 |
1 files changed, 13 insertions, 0 deletions
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 |