projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34af6a1
)
Fixed autotest for non-basename arguments
author
Clifford Wolf
<clifford@clifford.at>
Sat, 6 Sep 2014 10:10:57 +0000
(12:10 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 6 Sep 2014 10:10:57 +0000
(12:10 +0200)
tests/tools/autotest.sh
patch
|
blob
|
history
diff --git
a/tests/tools/autotest.sh
b/tests/tools/autotest.sh
index 5003280ef9082a7f1d9694115de2b5bdc8185375..102c021e0e5090698db60cc0214fd21067132f10 100755
(executable)
--- 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