Searched refs:testapi (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/ |
D | Makefile.tests | 11 all: runtest$(EXEEXT) runsuite$(EXEEXT) testapi$(EXEEXT) testchar$(EXEEXT) 14 $(RM) runtest$(EXEEXT) runsuite$(EXEEXT) testapi$(EXEEXT) 30 testapi$(EXEEXT): testapi.c 31 $(CC) -o testapi$(EXEEXT) $(CFLAGS) testapi.c $(LIBS) 33 do_testapi: testapi$(EXEEXT) 34 ./testapi
|
D | README.zOS | 3 - since testapi.c file is huge (over 52000 lines), it's compilation 4 fails: I skipped the problem by removing all references to testapi in the 54 - testapi$(EXEEXT) testModule$(EXEEXT) runtest$(EXEEXT) \ 96 -am_testapi_OBJECTS = testapi.$(OBJEXT) 126 -BUILT_SOURCES = testapi.c 127 -testapi_SOURCES = testapi.c 151 -testapi$(EXEEXT): $(testapi_OBJECTS) $(testapi_DEPENDENCIES) 152 - @rm -f testapi$(EXEEXT) 161 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testapi.Po@am__quote@ 177 -testapi.c: $(srcdir)/gentest.py [all …]
|
D | README | 19 There is 3 standalone tools runtest.c runsuite.c testapi.c, which 22 the proper functioning of libxml2 main APIs while testapi does
|
D | .gitignore | 108 testapi 109 testapi.c.new
|
D | README.tests | 12 testapi.c : exercises the library public entry points
|
D | Makefile.am | 15 testReader testapi testModule runtest runsuite testchar \ program 180 testapi.c: $(srcdir)/gentest.py 184 BUILT_SOURCES = testapi.c 186 testapi_SOURCES=testapi.c 201 runtests: runtest$(EXEEXT) testrecurse$(EXEEXT) testapi$(EXEEXT) \ 207 ASAN_OPTIONS="$$ASAN_OPTIONS:detect_leaks=0" $(CHECKER) ./testapi$(EXEEXT) && \ 233 APItests: testapi$(EXEEXT) 235 -@(ASAN_OPTIONS="$$ASAN_OPTIONS:detect_leaks=0" $(CHECKER) $(top_builddir)/testapi -q) 1220 … $(distdir)/README $(distdir)/README.tests $(distdir)/AUTHORS $(distdir)/testapi.c $(distdir)/runt…
|
D | CMakeLists.txt | 557 testapi 582 add_test(NAME testapi COMMAND testapi)
|
D | ChangeLog | 160 * doc/apibuild.py doc/* testapi.c: regenerate the API 274 * testapi.c: regenerate, workaround a problem for buffer testing 303 * doc/* testapi.c: regenerated 358 * testapi.c gentest.py: increase testing especially for document 519 * testapi.c gentest.py: modified slightly and regenerated 575 * xmlschemas.c runtest.c testapi.c include/libxml/xmlreader.h 1210 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor 1387 * gentest.py, testapi.c: added a hack to prevent destruction of any 1389 the routine under test, so shouldn't be destroyed by testapi) 1391 (fixes leak detected by testapi) [all …]
|
D | NEWS | 81 Revert "Compile testapi with -Wno-unused-function" (Nick Wellnhofer) 92 Fix callback signature in testapi.c (Nick Wellnhofer), 117 Compile testapi with -Wno-unused-function (Nick Wellnhofer) 689 Regenerated API, and testapi, rebuild documentation (Daniel Veillard), 847 Regenerated testapi.c (Daniel Veillard), 964 testapi: use the right type for the check (Stefan Kost), 1488 - Portability fixes: configure on Windows, testapi compile on windows 1673 - build fixes: warnings (Peter Breitenlohner), testapi.c generation,
|
/external/llvm-project/libc/test/utils/tools/WrapperGen/ |
D | CMakeLists.txt | 7 --api=${LIBC_SOURCE_DIR}/test/utils/tools/WrapperGen/testapi.td
|
/external/libxml2/win32/ |
D | Makefile.msvc | 276 $(BINDIR)\testapi.exe\ 438 cd .. && win32\$(BINDIR)\testapi.exe
|
D | Makefile.mingw | 220 $(BINDIR)/testapi.exe\
|
D | Makefile.bcb | 224 $(BINDIR)\testapi.exe\
|