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