Searched refs:xmltest (Results 1 – 20 of 20) sorted by relevance
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 …]
1 all: xmltest staticlib5 xmltest: xmltest.cpp libtinyxml2.a target12 -Wno-unused-parameter -Weffc++ xmltest.cpp tinyxml2.cpp -o xmltest15 $(RM) *.o xmltest libtinyxml2.a17 test: clean xmltest18 ./xmltest
43 option(BUILD_TESTS "build xmltest (deprecated: Use BUILD_TESTING)" ON)125 add_executable(xmltest xmltest.cpp) target127 add_dependencies(xmltest tinyxml2)128 target_link_libraries(xmltest tinyxml2)130 add_dependencies(xmltest tinyxml2_static)131 target_link_libraries(xmltest tinyxml2_static)135 add_custom_command(TARGET xmltest POST_BUILD136 …CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/resources $<TARGET_FILE_DIR:xmltest>/resources137 COMMAND ${CMAKE_COMMAND} -E make_directory $<TARGET_FILE_DIR:xmltest>/resources/out138 COMMENT "Configuring xmltest resources directory: ${CMAKE_BINARY_DIR}/resources"[all …]
7 xmltest.cpp + resources/*.xml
33 srcs: ["xmltest.cpp"],
42 There is an example file - xmltest.cpp - to get you started. 276 * xmltest.cpp
784 xmltest.cpp \
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
3 /xmltest.log
4 Expected not well-formed: xmltest/not-wf/not-sa/005.xml
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.
97 RUN "${MAKE}" check run-xmltest
131 make all check run-xmltest
65 #117 Include file tests/xmltest.log.expected in source tarball66 (required for "make run-xmltest")257 #13 Fix "make run-xmltest" order instability304 Autotools: Fix "make run-xmltest"305 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