blob: 061d4740d0dc3006575d85d98cb9156a624b1ab9 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/machine/buildfile
# license : TBC; see accompanying LICENSE file
# Setup the bbot-agent that we are testing.
#
import agent = bbot%exe{bbot-agent}
./: testscript $agent
./: test = $agent
|