summaryrefslogtreecommitdiff
path: root/tests/simple/run-test.sh
blob: ec1802cbd9e84d806223e31315b21988dc7235ea (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# check for Icarus Verilog
if ! which iverilog > /dev/null ; then
  echo "$0: Error: Icarus Verilog 'iverilog' not found."
  exit 1
fi

exec bash ../tools/autotest.sh -G *.v