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