From 968202ab0b56d1d27f14703c208a88b9540024f7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 25 Jul 2015 18:26:29 +0100 Subject: Test suite: Check that test suite list in debian/tests/control is up to date --- tests/tests/test-list-uptodate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tests/tests/test-list-uptodate (limited to 'tests/tests/test-list-uptodate') diff --git a/tests/tests/test-list-uptodate b/tests/tests/test-list-uptodate new file mode 100755 index 0000000..a2b4c5b --- /dev/null +++ b/tests/tests/test-list-uptodate @@ -0,0 +1,9 @@ +#!/bin/bash +set -e +. tests/lib + +: "just verifies internal consistency of test suite" + +cd $root +$troot/list-tests gencontrol >$tmp/control-expected +diff debian/tests/control $tmp/control-expected -- cgit v1.2.3