diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-09-06 12:10:57 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-09-06 12:10:57 +0200 |
commit | 76f8128123a546c06dcb4624e8c8ed4255a030c5 (patch) | |
tree | 2c80a049c202d72b31356bd2c1b9dfaeb4d05c75 /tests/tools/autotest.sh | |
parent | 34af6a130370671439da19ef55c2c45a35fd3ad0 (diff) | |
download | yosys-76f8128123a546c06dcb4624e8c8ed4255a030c5.tar.gz yosys-76f8128123a546c06dcb4624e8c8ed4255a030c5.tar.bz2 yosys-76f8128123a546c06dcb4624e8c8ed4255a030c5.zip |
Fixed autotest for non-basename arguments
Diffstat (limited to 'tests/tools/autotest.sh')
-rwxr-xr-x | tests/tools/autotest.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index 5003280ef..102c021e0 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -105,6 +105,9 @@ do body() { cd ${bn}.out + fn=$(basename $fn) + bn=$(basename $bn) + cp ../$fn $fn if [ ! -f ../${bn}_tb.v ]; then "$toolsdir"/../../yosys -b "test_autotb $autotb_opts" -o ${bn}_tb.v $fn |