diff options
author | Daniel Veillard <veillard@redhat.com> | 2012-07-18 17:43:34 +0800 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2012-07-23 14:24:28 +0800 |
commit | 0de1f3114a167126e0f16daa7ff389f91a474914 (patch) | |
tree | afeff946cf083d345de5c62dd427cceeab053493 /Makefile.am | |
parent | 656864516408a8fea65ecd0c071c569fc0759982 (diff) | |
download | libxml2-0de1f3114a167126e0f16daa7ff389f91a474914.tar.gz |
first version of testlimits new test
Used to check behaviour on various parsing limits
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 487a37ee..d9abcdf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) |