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