From: Willem Toorop Date: Mon, 8 Nov 2021 13:29:52 +0000 (+0100) Subject: Remove splint test X-Git-Tag: 1.8.0-rc.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1fe1ecec0b924847fa4d288762ed29024c9e98c;p=thirdparty%2Fldns.git Remove splint test --- diff --git a/test/02-lint.tpkg/02-lint.dsc b/test/02-lint.tpkg/02-lint.dsc deleted file mode 100644 index dd6c8b3f..00000000 --- a/test/02-lint.tpkg/02-lint.dsc +++ /dev/null @@ -1,14 +0,0 @@ -BaseName: 02-lint -Version: 1.0 -Description: Do a make lint on libdns -CreationDate: Fri Oct 7 21:16:30 CEST 2005 -Maintainer: Miek Gieben -Category: -Component: -Depends: -Pre: -Post: -Test: 02-lint.test -AuxFiles: -Passed: -Failure: diff --git a/test/02-lint.tpkg/02-lint.test b/test/02-lint.tpkg/02-lint.test deleted file mode 100644 index 2de0a279..00000000 --- a/test/02-lint.tpkg/02-lint.test +++ /dev/null @@ -1,14 +0,0 @@ -[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master - -export PATH=$PATH:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin:. - -TPKG_BUILD=$1 -cd $TPKG_BUILD -case $OSTYPE in - linux*) - make lint - ;; - freebsd*) - gmake lint - ;; -esac