From ada48ca013e77d7e821d326db40bc1a59ba639ea Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 25 Jul 2015 17:36:18 +0100 Subject: Test suite: Introduce tests/list-tests --- tests/lib | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/lib') diff --git a/tests/lib b/tests/lib index e81a62a..d131e7b 100644 --- a/tests/lib +++ b/tests/lib @@ -5,6 +5,7 @@ set -x set -o pipefail . tests/lib-core +. tests/lib-restricts t-set-intree @@ -596,6 +597,11 @@ t-policy-periodic () { test-dummy $drs_dispatch '' --cron } +t-restrict () { + local restriction=$1 + (cd $root; t-restriction-$restriction >&2) +} + t-chain-test () { local ct=$1 local d=${0%/*} -- cgit v1.2.3