projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fbb517
)
switch argument order to work with macOS getopt
author
N. Engelhardt
<nak@symbioticeda.com>
Wed, 23 Sep 2020 10:48:26 +0000
(12:48 +0200)
committer
N. Engelhardt
<nak@symbioticeda.com>
Wed, 23 Sep 2020 10:48:26 +0000
(12:48 +0200)
tests/aiger/run-test.sh
patch
|
blob
|
history
diff --git
a/tests/aiger/run-test.sh
b/tests/aiger/run-test.sh
index de7bc68cf621ed1257d5c37135bc840378fa5e04..bcf2b964a27d39126b7881fe991ab84672273aea 100755
(executable)
--- a/
tests/aiger/run-test.sh
+++ b/
tests/aiger/run-test.sh
@@
-55,5
+55,5
@@
done
for y in *.ys; do
echo "Running $y."
- ../../yosys
$y -ql ${y%.*}.log
+ ../../yosys
-ql ${y%.*}.log $y
done