Changeset View
Changeset View
Standalone View
Standalone View
release/packages/ucl/tests-all.ucl
| Show All 17 Lines | |||||
| comment = "Test suite" | comment = "Test suite" | ||||
| desc = <<EOD | desc = <<EOD | ||||
| The test suite, installed in /usr/tests, allows the functionality of the | The test suite, installed in /usr/tests, allows the functionality of the | ||||
| installed system to be verified. | installed system to be verified. | ||||
| EOD | EOD | ||||
| deps { | |||||
| # Nearly all the tests require atf to run. | |||||
| "atf": { | |||||
| version = "${VERSION}" | |||||
| }, | |||||
| # The test framework requires Kyua. | |||||
| "kyua": { | |||||
| version = "${VERSION}" | |||||
| }, | |||||
| # Since the purpose of the tests is to test the base system, the base | |||||
| # system must be installed. | |||||
| "set-base": { | |||||
| version = "${VERSION}" | |||||
| } | |||||
| } | |||||
| annotations { | annotations { | ||||
| set = tests | set = tests | ||||
| } | } | ||||