1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
apn 6cc6fc047c 0027094: Create command checkdump for parsing dumps (geometry test group)
checkdump - procedure to parse output dump and compare it with reference values;
checklength - procedure to compute length of input shape.
Added procedures and modified test group geometry.
2016-01-28 13:20:17 +03:00

19 lines
329 B
Plaintext
Executable File

$viewer
if { [string compare "$viewer" "v2d"] == 0 } {
2dclear
donly result
2dfit
} elseif { [string compare "$viewer" "smallview"] == 0 } {
clear
donly result
fit
} else {
puts "Error : wrong value of variable viewer"
}
xwd $imagedir/${test_image}.png
# to end a test script
puts "TEST COMPLETED"