aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/test-icezum/testsuite.sh
blob: 3b6f62042d0578a0094da45636e6f923a2e3a3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

. ../testenv.sh

src=../../icezum

synth "$src/led_on/led_on.vhdl -e led_on"
synth "$src/blink/blink.vhdl -e blink"
synth "$src/pushbutton/pushbutton.vhdl -e pushbutton"
synth "$src/pushbutton_and/pushbutton_and.vhdl -e pushbutton_and"

clean