From 76f8128123a546c06dcb4624e8c8ed4255a030c5 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 6 Sep 2014 12:10:57 +0200 Subject: Fixed autotest for non-basename arguments --- tests/tools/autotest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index 5003280e..102c021e 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 -- cgit v1.2.3