diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-08 14:14:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-08 14:14:26 +0200 |
commit | 36e0c88e7a3912c8a2e6594841172adb9c14525b (patch) | |
tree | 909a269ded721a0201a01d3493af6fc11dd75292 /tests/agent/buildfile | |
parent | cfd31379be5eefb22a72b5ee90ce8fd17a0802b7 (diff) |
Implement machine enumeration
Diffstat (limited to 'tests/agent/buildfile')
-rw-r--r-- | tests/agent/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/agent/buildfile b/tests/agent/buildfile new file mode 100644 index 0000000..1c6d59b --- /dev/null +++ b/tests/agent/buildfile @@ -0,0 +1,8 @@ +# file : tests/agent/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +./: ../../bbot/exe{bbot-agent} test{testscript} file{btrfs-cpdir btrfs-rmdir} +dir{./}: test = ../../bbot/exe{bbot-agent} + +include ../../bbot/ |