1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/blend/begin
vtn 400933675f 0023087: Upgrade of the OCCT test system
Integration of new occt testing system
2012-07-13 11:42:23 +04:00

24 lines
418 B
Plaintext

# To prevent loops limit to 10 minutes
cpulimit 600
#setting variables for CFI test group
dset SCALE 1000
protect SCALE
dset SCALE1 10
protect SCALE1
dset SCALE2 1
protect SCALE2
dset SCALE3 5
protect SCALE3
if { [array get Draw_Groups "TOPOLOGY Feature commands"] == "" } {
pload TOPTEST
}
if { [info exists imagedir] == 0 } {
set imagedir .
}
if { [info exists test_image ] == 0 } {
set test_image photo
}