mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
first version of testlimits new test
Used to check behaviour on various parsing limits
This commit is contained in:
parent
6568645164
commit
0de1f3114a
@ -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
1343
testlimits.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user