The test
executable is a .
Note that the test
executable in this package provides build2
metadata.
To start using test
in your project, add the following build-time
depends
value to your manifest
, adjusting the version constraint as
appropriate:
depends: * test ^<VERSION>
Then import the executable in your buildfile
:
import! [metadata] <TARGET> = test%exe{<TARGET>}
This package provides the following importable targets:
exe{<TARGET>}
This package provides the following configuration variables:
[bool] config.test.<VARIABLE> ?= false