0023087: Upgrade of the OCCT test system
[occt.git] / tests / pipe / begin
CommitLineData
40093367 1# To prevent loops limit to 10 minutes
2cpulimit 600
3
4if { [string compare [datadir] "."] == 0 } {
5 datadir [file dirname [info script]]/data
6}
7
8if { [array get Draw_Groups "TOPOLOGY Feature commands"] == "" } {
9 pload TOPTEST
10}
11
12if { [info exists imagedir] == 0 } {
13 set imagedir .
14}
15if { [info exists test_image ] == 0 } {
16 set test_image photo
17}