xref: /freebsd/release/packages/ucl/tests-all.ucl (revision d9cc3d558d00ee7f62dbef2032f099033c91d2a1)
1comment = "Test suite"
2
3desc = <<EOD
4The test suite, installed in /usr/tests, allows the functionality of the
5installed system to be verified.
6EOD
7
8deps {
9	# Nearly all the tests require atf to run.
10	"atf": {
11		version = "${VERSION}"
12		origin = "base"
13	},
14
15	# The test framework requires Kyua.
16	"kyua": {
17		version = "${VERSION}"
18		origin = "base"
19	},
20
21	# Since the purpose of the tests is to test the base system, the base
22	# system must be installed.
23	"set-base": {
24		version = "${VERSION}"
25		origin = "base"
26	}
27}
28
29annotations {
30	set = tests
31}
32