aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorN. Engelhardt <nak@symbioticeda.com>2020-09-23 12:48:26 +0200
committerN. Engelhardt <nak@symbioticeda.com>2020-09-23 12:48:26 +0200
commit370243426ea1802d501b19b4b24d0d71542cecde (patch)
tree34d6a7e2f50d6c90328c9d229f16b83cec08cc91 /tests
parent8fbb517118f3d281e5ff00a21f88e5f15d71746f (diff)
downloadyosys-370243426ea1802d501b19b4b24d0d71542cecde.tar.gz
yosys-370243426ea1802d501b19b4b24d0d71542cecde.tar.bz2
yosys-370243426ea1802d501b19b4b24d0d71542cecde.zip
switch argument order to work with macOS getopt
Diffstat (limited to 'tests')
-rwxr-xr-xtests/aiger/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aiger/run-test.sh b/tests/aiger/run-test.sh
index de7bc68cf..bcf2b964a 100755
--- 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