xref: /netbsd-src/external/bsd/unbound/dist/testdata/00-lint.tdir/00-lint.test (revision 0cd9f4ecf44538bbdd5619b5b2081449960ab3e6)
1# #-- 00-lint.test --#
2# source the master var file when it's there
3[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
4# use .tpkg.var.test for in test variable passing
5[ -f .tpkg.var.test ] && source .tpkg.var.test
6. ../common.sh
7PRE="../.."
8get_make
9
10(cd $PRE ; $MAKE lint)
11
12