aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-03-17 09:18:00 +0100
committerClifford Wolf <clifford@clifford.at>2013-03-17 09:18:00 +0100
commit0133a98b735729701c7dd56b49dea2c25b5b2550 (patch)
treeb875ff4f8898ab0ce24ceb4b7f321b6adc195e38 /tests/simple
parent35b4a2c553557b7b012edabf1bab805c74bd7892 (diff)
parent1390de4b749e922ff9d7d5b8694aee532a6d28d0 (diff)
downloadyosys-0133a98b735729701c7dd56b49dea2c25b5b2550.tar.gz
yosys-0133a98b735729701c7dd56b49dea2c25b5b2550.tar.bz2
yosys-0133a98b735729701c7dd56b49dea2c25b5b2550.zip
Merge branch 'hansi'
Diffstat (limited to 'tests/simple')
-rwxr-xr-xtests/simple/run-test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/simple/run-test.sh b/tests/simple/run-test.sh
index bf27d15f8..eb6fd10ba 100755
--- a/tests/simple/run-test.sh
+++ b/tests/simple/run-test.sh
@@ -1,3 +1,10 @@
#!/bin/bash
+
+# check for Icarus Verilog
+if ! which iverilog > /dev/null ; then
+ echo "$0: Error: Icarus Verilog 'iverilog' not found."
+ exit 1
+fi
+
make -C ../.. || exit 1
exec bash ../tools/autotest.sh *.v