1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
ski 863f782a42 0027146: Create command checkplatform
Command checkplatform was created.
All test cases were updated.

Global variable os_type was eliminated.
New option -osx (MacOS) for procedure checkplatform was added.
2016-04-08 11:42:00 +03:00

14 lines
284 B
Plaintext
Executable File

set TheFileName shading_055.brep
if { [string compare $command "shading"] == 0 } {
set nb 62
}
if { [string compare $command "incmesh"] == 0 } {
set nb 60
}
if { [string compare $command "mesh"] == 0 } {
set nb 36
}
set bug_cross "OCC22687"
set nbcross([checkplatform]) $nb