summaryrefslogtreecommitdiff
path: root/tests/opt/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/opt/run-test.sh')
-rwxr-xr-xtests/opt/run-test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/opt/run-test.sh b/tests/opt/run-test.sh
new file mode 100755
index 00000000..44ce7e67
--- /dev/null
+++ b/tests/opt/run-test.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+set -e
+for x in *.ys; do
+ echo "Running $x.."
+ ../../yosys -ql ${x%.ys}.log $x
+done