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

10 lines
454 B
Plaintext

# add path to subdirectory tests_data to CSF_TestDataPath,
# for testing of files search procedure
if { ! [info exists env(CSF_TestDataPath)] } {
set env(CSF_TestDataPath) "[file dirname [info script]]/tests_data"
} elseif { ! [regexp {demo/tests_data} $env(CSF_TestDataPath)] } {
set env(CSF_TestDataPath) "$env(CSF_TestDataPath)[_path_separator][file dirname [info script]]/tests_data"
}
puts "CSF_TestDataPath set to $env(CSF_TestDataPath)"