summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tools/autotest.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh
index e5376809..fcc21237 100755
--- a/tests/tools/autotest.sh
+++ b/tests/tools/autotest.sh
@@ -148,9 +148,8 @@ do
if [ -n "$scriptfiles" ]; then
test_passes
else
- test_passes -p "hierarchy; proc; memory; opt; fsm; opt"
- test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt"
- # test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt; abc; opt"
+ test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt"
+ test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt; techmap; opt; abc -dff; opt"
fi
touch ../${bn}.log
}