blob: e96d0c5cb6d35811c97acd9e8e992d15c00777cb (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : tests/machine/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Setup the bbot-agent that we are testing.
#
import agent = bbot%exe{bbot-agent}
./: testscript $agent
dir{./}: test = $agent
|