mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
24 lines
418 B
Plaintext
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
|
|
}
|