aboutsummaryrefslogtreecommitdiff
path: root/tests/worker
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-13 22:19:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-14 18:04:46 +0300
commit8e8d599b129d35f638f2c1957c869b054a38b021 (patch)
tree3678e5e4e1d63cde262327f637a1a5d49f069a29 /tests/worker
parent360ee295a8c5ac1f693e38160302c1ea93bb9964 (diff)
Make tests to be a sub-project
Diffstat (limited to 'tests/worker')
-rw-r--r--tests/worker/buildfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/worker/buildfile b/tests/worker/buildfile
index 7d0a206..0b2b35e 100644
--- a/tests/worker/buildfile
+++ b/tests/worker/buildfile
@@ -20,7 +20,9 @@ sudo /usr/sbin/in.tftpd \
#\
-./: ../../bbot/exe{bbot-worker} test{bootstrap startup build}
-dir{./}: test = ../../bbot/exe{bbot-worker}
+# Setup the bbot-worker that we are testing.
+#
+import worker = bbot%exe{bbot-worker}
-include ../../bbot/
+./: test{*} $worker
+dir{./}: test = $worker