diff options
Diffstat (limited to 'tests/simple')
-rwxr-xr-x | tests/simple/run-test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/simple/run-test.sh b/tests/simple/run-test.sh index eb6fd10ba..3d00c7eb2 100755 --- a/tests/simple/run-test.sh +++ b/tests/simple/run-test.sh @@ -6,5 +6,4 @@ if ! which iverilog > /dev/null ; then exit 1 fi -make -C ../.. || exit 1 exec bash ../tools/autotest.sh *.v |