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