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