1# #-- 00-lint.pre--#
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
7. ../common.sh
8PRE="../.."
9
10if test -f $PRE/unbound_test_00-lint ; then
11    echo test enabled
12else
13    skip_test "test skipped; clang linter preferred over splint"
14fi
15