0027176: Configuration, CMake - INSTALL_DIR is a common prefix for all other install...
[occt.git] / tests / xml / ocaf_xml / begin
1 # Note: we use CSF_OCCTResourcePath and not CSF_XmlOcafResource to allow running from Visual Studio in CMake build
2 set SchemaFile [file join $env(CSF_OCCTResourcePath) XmlOcafResource XmlOcaf.xsd]
3 set FileSuffix "xml"
4
5 # Create a new document and set UndoLimit
6 NewDocument D XmlOcaf
7 UndoLimit D 100
8
9 # Open a transaction
10 NewCommand D
11
12 set subgroup "ocaf_xml"