Searched refs:xmltest (Results 1 – 18 of 18) sorted by relevance
24 all: xmltest staticlib28 xmltest: xmltest.cpp libtinyxml2.a target35 -Wno-unused-parameter -Weffc++ xmltest.cpp tinyxml2.cpp -o xmltest38 -$(RM) *.o xmltest libtinyxml2.a42 -$(RM) *.o xmltest libtinyxml2.a44 test: clean xmltest45 ./xmltest48 check: clean xmltest49 ./xmltest66 install: xmltest staticlib directories[all …]
40 option(BUILD_TESTS "build xmltest (deprecated: Use BUILD_TESTING)" ON)87 add_executable(xmltest xmltest.cpp) target88 add_dependencies(xmltest tinyxml2)89 target_link_libraries(xmltest tinyxml2)92 add_custom_command(TARGET xmltest POST_BUILD93 …MMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/resources $<TARGET_FILE_DIR:xmltest>/resources94 COMMAND ${CMAKE_COMMAND} -E make_directory $<TARGET_FILE_DIR:xmltest>/resources/out95 COMMENT "Configuring xmltest resources directory: ${CMAKE_CURRENT_BINARY_DIR}/resources"98 add_test(NAME xmltest COMMAND xmltest WORKING_DIRECTORY $<TARGET_FILE_DIR:xmltest>)
7 xmltest.cpp + resources/*.xml
36 srcs: ["xmltest.cpp"],
42 There is an example file - xmltest.cpp - to get you started.264 * xmltest.cpp
788 xmltest.cpp \
10 …037AE8A5151E692700E0F29F /* xmltest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 037AE8A3151…15 …685F00E0F29F /* xmltest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executab…16 …F29F /* xmltest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…44 037AE8A3151E692700E0F29F /* xmltest.cpp */,52 037AE86D151E685F00E0F29F /* xmltest */,78 037AE86C151E685F00E0F29F /* xmltest */ = {80 …rationList = 037AE873151E687E00E0F29F /* Build configuration list for PBXNativeTarget "xmltest" */;89 name = xmltest;91 productReference = 037AE86D151E685F00E0F29F /* xmltest */;117 037AE86C151E685F00E0F29F /* xmltest */,[all …]
94 xmltest/valid/ext-sa \95 xmltest/valid/not-sa \96 xmltest/invalid \97 xmltest/invalid/not-sa \98 xmltest/valid/sa \127 xmltest/not-wf/ext-sa \128 xmltest/not-wf/not-sa \129 xmltest/not-wf/sa \
65 xmltest.log.expected \66 xmltest.sh
4 Expected not well-formed: xmltest/not-wf/not-sa/005.xml
639 xmltest.log.expected \640 xmltest.sh
19 AC_ARG_ENABLE(xmltest, optenable20 [ --disable-xmltest Do not try to compile and run a test LIBXML program],,60 rm -f conf.xmltest74 system("touch conf.xmltest");153 if test -f conf.xmltest ; then187 rm -f conf.xmltest
3 executes all tests provided for tinyxml2 in the xmltest.cpp file.
113 #117 Include file tests/xmltest.log.expected in source tarball114 (required for "make run-xmltest")305 #13 Fix "make run-xmltest" order instability352 Autotools: Fix "make run-xmltest"353 Autotools: Have "make run-xmltest" check for expected output
89 SOURCE=.\xmltest.cpp
36 There is an example file - xmltest.cpp - to get you started. 319 To Compile and Run xmltest:347 file 'xmltest' will be created.
118 and an example usage in xmltest.dsp