blob: 3dc4ef50d5c779c5e78aaca306c277f649077794 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : tests/agent/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}
./: test{testscript} file{btrfs-cpdir btrfs-rmdir} $agent
dir{./}: test = $agent
|