summaryrefslogtreecommitdiff
path: root/tests/tools/autotest.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-08-09 17:09:24 +0200
committerClifford Wolf <clifford@clifford.at>2013-08-09 17:09:24 +0200
commitc8763301b436d05c1040adb1615e75ccbfde93e8 (patch)
tree2ff9f7d45c98f567cd86be154cba405549f1903c /tests/tools/autotest.sh
parent376150c9265e01a7b012d716db0325af3776b6b0 (diff)
Added $div and $mod technology mapping
Diffstat (limited to 'tests/tools/autotest.sh')
-rwxr-xr-xtests/tools/autotest.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh
index e599db3a..cb1e3a96 100755
--- a/tests/tools/autotest.sh
+++ b/tests/tools/autotest.sh
@@ -140,9 +140,9 @@ do
if [ -n "$scriptfiles" ]; then
test_passes
else
- test_passes -p hierarchy -p proc -p memory -p opt -p fsm -p opt
- test_passes -p hierarchy -p proc -p memory -p opt -p fsm -p opt -p techmap -p opt
- # test_passes -p hierarchy -p proc -p memory -p opt -p techmap -p opt -p abc -p opt
+ 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"
fi
touch ../${bn}.log
}