Searched refs:testapi (Results 1 – 10 of 10) 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 | 18 There is 3 standalone tools runtest.c runsuite.c testapi.c, which 21 the proper functionning of libxml2 main APIs while testapi does
|
D | .gitignore | 101 testapi 102 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 184 testapi.c: $(srcdir)/gentest.py 188 BUILT_SOURCES = testapi.c 190 testapi_SOURCES=testapi.c 208 …$(CHECKER) ./runtest$(EXEEXT) && $(CHECKER) ./testrecurse$(EXEEXT) &&$(CHECKER) ./testapi$(EXEEXT)… 226 APItests: testapi$(EXEEXT) 228 -@($(CHECKER) $(top_builddir)/testapi -q) 1175 … $(distdir)/README $(distdir)/README.tests $(distdir)/AUTHORS $(distdir)/testapi.c $(distdir)/runt…
|
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 | 246 Regenerated API, and testapi, rebuild documentation (Daniel Veillard), 404 Regenerated testapi.c (Daniel Veillard), 521 testapi: use the right type for the check (Stefan Kost), 1045 - Portability fixes: configure on Windows, testapi compile on windows 1230 - build fixes: warnings (Peter Breitenlohner), testapi.c generation,
|
/external/libxml2/win32/ |
D | Makefile.msvc | 265 $(BINDIR)\testapi.exe\ 425 cd .. && win32\$(BINDIR)\testapi.exe
|
D | Makefile.bcb | 230 $(BINDIR)\testapi.exe\
|
D | Makefile.mingw | 228 $(BINDIR)/testapi.exe\
|