From 08796a78ee232a0af606595fb2bd6139634fbce4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 16 Jun 2015 21:07:07 +0000 Subject: [PATCH] Move tests into a single FreeBSD-tests package --- release/packages/tests.ucl | 13 +++++++++++++ share/mk/bsd.test.mk | 1 + 2 files changed, 14 insertions(+) create mode 100644 release/packages/tests.ucl diff --git a/release/packages/tests.ucl b/release/packages/tests.ucl new file mode 100644 index 00000000000..e2027e8ae81 --- /dev/null +++ b/release/packages/tests.ucl @@ -0,0 +1,13 @@ +name = "FreeBSD-tests" +origin = "base" +version = "%VERSION%" +comment = "%COMMENT%" +categories = [ base ] +maintainer = "re@FreeBSD.org" +www = "http://www.FreeBSD.org" +prefix = "/" +licenselogic = "single" +licenses = [ BSD2CLAUSE ] +desc = <__: .ifndef TESTSDIR .error "Please define TESTSDIR when including bsd.test.mk" .endif +PACKAGE= tests # List of subdirectories containing tests into which to recurse. This has the # same semantics as SUBDIR at build-time. However, the directories listed here