diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-06-15 09:31:03 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-06-15 09:31:03 +0200 |
commit | a4ec19c25c97d68b9347d3d98637add7b18cf073 (patch) | |
tree | 3468e74fe4026fde497d54fd7b255ef91c9b4d3d /tests/simple | |
parent | 4d1df128fa42a9e6718f38e794be8b2f8c2ff7c7 (diff) | |
download | yosys-a4ec19c25c97d68b9347d3d98637add7b18cf073.tar.gz yosys-a4ec19c25c97d68b9347d3d98637add7b18cf073.tar.bz2 yosys-a4ec19c25c97d68b9347d3d98637add7b18cf073.zip |
Added tests/realmath to "make test"
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 |