Home
last modified time | relevance | path

Searched refs:xmltest (Results 1 – 18 of 18) sorted by relevance

/external/tinyxml2/
DMakefile24 all: xmltest staticlib
28 xmltest: xmltest.cpp libtinyxml2.a target
35 -Wno-unused-parameter -Weffc++ xmltest.cpp tinyxml2.cpp -o xmltest
38 -$(RM) *.o xmltest libtinyxml2.a
42 -$(RM) *.o xmltest libtinyxml2.a
44 test: clean xmltest
45 ./xmltest
48 check: clean xmltest
49 ./xmltest
66 install: xmltest staticlib directories
[all …]
DCMakeLists.txt40 option(BUILD_TESTS "build xmltest (deprecated: Use BUILD_TESTING)" ON)
87 add_executable(xmltest xmltest.cpp) target
88 add_dependencies(xmltest tinyxml2)
89 target_link_libraries(xmltest tinyxml2)
92 add_custom_command(TARGET xmltest POST_BUILD
93 …MMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/resources $<TARGET_FILE_DIR:xmltest>/resources
94 COMMAND ${CMAKE_COMMAND} -E make_directory $<TARGET_FILE_DIR:xmltest>/resources/out
95 COMMENT "Configuring xmltest resources directory: ${CMAKE_CURRENT_BINARY_DIR}/resources"
98 add_test(NAME xmltest COMMAND xmltest WORKING_DIRECTORY $<TARGET_FILE_DIR:xmltest>)
Dbiicode.conf7 xmltest.cpp + resources/*.xml
DAndroid.bp36 srcs: ["xmltest.cpp"],
Dreadme.md42 There is an example file - xmltest.cpp - to get you started.
264 * xmltest.cpp
Ddox788 xmltest.cpp \
/external/tinyxml2/tinyxml2/tinyxml2.xcodeproj/
Dproject.pbxproj10 …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 …]
/external/expat/tests/
Dxmltest.sh94 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 \
DMakefile.am65 xmltest.log.expected \
66 xmltest.sh
Dxmltest.log.expected4 Expected not well-formed: xmltest/not-wf/not-sa/005.xml
DMakefile.in639 xmltest.log.expected \
640 xmltest.sh
/external/libxml2/
Dlibxml.m419 AC_ARG_ENABLE(xmltest, optenable
20 [ --disable-xmltest Do not try to compile and run a test LIBXML program],,
60 rm -f conf.xmltest
74 system("touch conf.xmltest");
153 if test -f conf.xmltest ; then
187 rm -f conf.xmltest
/external/tinyxml2/tinyxml2/tinyxml2-cbp/
DREADME3 executes all tests provided for tinyxml2 in the xmltest.cpp file.
/external/expat/
DChanges113 #117 Include file tests/xmltest.log.expected in source tarball
114 (required for "make run-xmltest")
305 #13 Fix "make run-xmltest" order instability
352 Autotools: Fix "make run-xmltest"
353 Autotools: Have "make run-xmltest" check for expected output
/external/tinyxml/
DtinyXmlTest.dsp89 SOURCE=.\xmltest.cpp
DtinyXmlTestSTL.dsp89 SOURCE=.\xmltest.cpp
Dreadme.txt36 There is an example file - xmltest.cpp - to get you started.
319 To Compile and Run xmltest:
347 file 'xmltest' will be created.
Dchanges.txt118 and an example usage in xmltest.dsp