1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-09 18:50:54 +03:00
occt/tests/v3d/end

15 lines
316 B
Plaintext
Executable File

catch { vfit }
if { [ catch { vdump $imagedir/${test_image}.gif } catch_result ] } {
puts $catch_result
}
set diff [diffimage $imagedir/${test_image}.gif [ locate_data_file ${group}_${subgroup}_${test_image}.gif ] 0. 0 0 ]
if { $diff > 10 } {
puts "Error : images are different"
}
puts "TEST COMPLETED"