]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Reenable splint & create .gitignore 2e try
authorWillem Toorop <willem@nlnetlabs.nl>
Thu, 13 Jun 2013 13:26:36 +0000 (15:26 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Thu, 13 Jun 2013 13:26:36 +0000 (15:26 +0200)
.gitignore
Makefile.in
test/test_all.sh

index 4bf4f9ead8b9d11975cd2cd3db01aa4b24a3233e..2ae7f70f33f6bdc1d8f885ec1711aa1e3e23df3e 100644 (file)
 /sha2.o
 /str2host.lo
 /str2host.o
+/test/.done-01-compile
+/test/.done-02-lint
+/test/.done-03-run
+/test/.done-04-run-normal
+/test/.done-05-iana-rr-types
+/test/.done-07-compile-examples
+/test/.done-08-zonereader
+/test/.done-09-doc-check
+/test/.done-12-unit-tests-dnssec
+/test/.done-13-unit-tests-base
+/test/.done-14-read-zone
+/test/.done-15-unit-tests-rrtypes
+/test/.done-16-compile-builddir
+/test/.done-17-stub-resolver
+/test/.done-18-drill-tests1
+/test/.done-19-keygen
+/test/.done-20-sign-zone
+/test/.done-30-load-pyldns
+/test/.done-31-load-pyldnsx
+/test/.done-32-unbound-1.4.20-regression
+/test/.done-33-wget-compile-test-unbound-latest
+/test/.done-999-compile-nossl
+/test/.done-codingstyle
+/test/result.02-lint
+/test/result.03-run
+/test/result.04-run-normal
+/test/result.05-iana-rr-types
+/test/result.08-zonereader
+/test/result.09-doc-check
+/test/result.12-unit-tests-dnssec
+/test/result.13-unit-tests-base
+/test/result.14-read-zone
+/test/result.15-unit-tests-rrtypes
+/test/result.17-stub-resolver
+/test/result.18-drill-tests1
+/test/result.19-keygen
+/test/result.20-sign-zone
+/test/result.codingstyle
 /tsig.lo
 /tsig.o
 /update.lo
index 11fd040677a379481a2ca04e55eba19e98b9d577..e5036f2a633227586a1b0c952a4b0b80960c24b0 100644 (file)
@@ -57,6 +57,8 @@ LINTFLAGS     += "-Dsigset_t=long"
 LINTFLAGS      += "-D__uint16_t=uint16_t" -D"__pure2=" -D"__wchar_t=wchar_t" -D"__packed=" -D"__aligned(x)="
 # Ubuntu oneiric"
 LINTFLAGS       += -D"__BEGIN_DECLS=" -D"__ssize_t=ssize_t" -D"__intptr_t=intptr_t" -D"__nonnull(x)=" -D"__THROW=" -D"__wur=" -D"__off_t=unsigned" -D"__off64_t=unsigned" -D"__useconds_t=unsigned" -D"__uid_t=unsigned" -D"__gid_t=unsigned" -D"__attribute_deprecated__=" -D"__pid_t=unsigned" -D"__restrict=" -D"__END_DECLS=" -D"__BEGIN_NAMESPACE_STD=" -D"__END_NAMESPACE_STD=" -D"__BEGIN_NAMESPACE_C99=" -D"__END_NAMESPACE_C99="  -D"__socklen_t=unsigned" -D"sa_family_t=unsigned " -D"__mode_t=unsigned" -D"u_int16_t=uint16_t" -D"u_int32_t=uint32_t" -D"u_int8_t=uint8_t" -D"u_short=unsigned short" -D"__u16=uint16_t" -D"__u32=uint32_t" -D"__u64=uint64_t"
+# FreeBSD 9
+LINTFLAGS       += -D"_RuneLocale=int"
 DEPFLAG                = @DEPFLAG@
 
 INSTALL                = $(srcdir)/install-sh 
index 335c7b55eb60001933bee7b9d4f325d732b64970..37cda9994c3739634d708a6e19a09b3e54c848d8 100755 (executable)
@@ -19,7 +19,6 @@ test_tool_avail "dig"
 echo start the test at `date` in `pwd`
 $TPKG clean
 $TPKG -a ../.. fake 01-compile.tpkg
-$TPKG -a ../.. fake 02-lint.tpkg
 $TPKG -a ../.. fake 07-compile-examples.tpkg
 $TPKG -a ../.. fake 16-compile-builddir.tpkg
 $TPKG -a ../.. fake 30-load-pyldns.tpkg