# file : tests/worker/buildfile # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file #\ Some tests in this directory require a running TFTP server. TFTP server (tftp-hpa) setup: from the test out_base, run (sudo is required for --secure/chroot): sudo /usr/sbin/in.tftpd \ --foreground \ --address 127.0.0.1:55123 \ --user "$(whoami)" \ --permissive \ --create \ --secure \ "$(pwd)" #\ ./: ../../bbot/exe{bbot-worker} test{bootstrap startup build} dir{./}: test = ../../bbot/exe{bbot-worker} include ../../bbot/