first version of testlimits new test

Used to check behaviour on various parsing limits
This commit is contained in:
Daniel Veillard 2012-07-18 17:43:34 +08:00
parent 6568645164
commit 0de1f3114a
2 changed files with 1349 additions and 1 deletions

View File

@ -11,7 +11,7 @@ INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAG
noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
testThreads testC14N testAutomata testRegexp \
testReader testapi testModule runtest runsuite testchar \
testdict runxmlconf testrecurse
testdict runxmlconf testrecurse testlimits
bin_PROGRAMS = xmllint xmlcatalog
@ -72,6 +72,11 @@ testrecurse_LDFLAGS =
testrecurse_DEPENDENCIES = $(DEPS)
testrecurse_LDADD= @BASE_THREAD_LIBS@ @RDL_LIBS@ $(LDADDS)
testlimits_SOURCES=testlimits.c
testlimits_LDFLAGS =
testlimits_DEPENDENCIES = $(DEPS)
testlimits_LDADD= @BASE_THREAD_LIBS@ @RDL_LIBS@ $(LDADDS)
testchar_SOURCES=testchar.c
testchar_LDFLAGS =
testchar_DEPENDENCIES = $(DEPS)

1343
testlimits.c Normal file

File diff suppressed because it is too large Load Diff