Use "abc -dff" in "make test"

This commit is contained in:
Clifford Wolf 2013-12-31 21:25:34 +01:00
parent 4892a3ce6d
commit ab3f6266ad
1 changed files with 2 additions and 3 deletions

View File

@ -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
}