diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-21 16:30:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-21 16:30:36 +0200 |
commit | 04318680fb6c36aca0ec8029d94dab0e960ac69a (patch) | |
tree | 1d8d15b7e98c3f23458cbde77e0d9522f33a21f3 /tests/machine/buildfile | |
parent | aa7d4c3e66db326be2281ff9c21e8510565ae707 (diff) |
Add machine test, bootstrap/environment scripts
Diffstat (limited to 'tests/machine/buildfile')
-rw-r--r-- | tests/machine/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/machine/buildfile b/tests/machine/buildfile new file mode 100644 index 0000000..a9f6ac3 --- /dev/null +++ b/tests/machine/buildfile @@ -0,0 +1,8 @@ +# file : tests/machine/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : TBC; see accompanying LICENSE file + +./: ../../bbot/exe{bbot-agent} test{testscript} +dir{./}: test = ../../bbot/exe{bbot-agent} + +include ../../bbot/ |