diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-12-31 13:51:25 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-12-31 13:51:25 +0100 |
commit | a582b9d1849a9cb1f13323d8894de3fdb0bc6c90 (patch) | |
tree | b30e0baa6bd934581f559bb699721272ec9d3bec /tests/tools/autotest.sh | |
parent | c616802ac717fd029a32714f18f26dc8c90a6723 (diff) |
Fixed commented out techmap call in tests/tools/autotest.sh
Diffstat (limited to 'tests/tools/autotest.sh')
-rwxr-xr-x | tests/tools/autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index 5a302bcd..e5376809 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -150,7 +150,7 @@ do 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; opt; abc; opt" + # test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt; abc; opt" fi touch ../${bn}.log } |