aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/buildfile')
-rw-r--r--tests/integration/buildfile9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/integration/buildfile b/tests/integration/buildfile
index f054694..2f33955 100644
--- a/tests/integration/buildfile
+++ b/tests/integration/buildfile
@@ -2,7 +2,10 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
-./: ../../bbot/exe{bbot-agent bbot-worker} test{testscript} file{tftp-map}
-dir{./}: test = ../../bbot/exe{bbot-agent}
+# Setup the bbot-agent and bbot-worker that we are testing.
+#
+import agent = bbot%exe{bbot-agent}
+import worker = bbot%exe{bbot-worker}
-include ../../bbot/
+./: test{testscript} file{tftp-map} $agent $worker
+dir{./}: test = $agent