diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-12 18:29:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-12 18:29:02 +0300 |
commit | 85c73376331a4c0e17cbc1e0d8c42039635feb68 (patch) | |
tree | d4b3e29acddbd0f4a33c6bc2bc52ea7df70db741 /tests/build/bootstrap.build | |
parent | 9e6b3783d13f5136c727e6a8247ce2398edc0bb5 (diff) |
Make tests to be a sub-project
Diffstat (limited to 'tests/build/bootstrap.build')
-rw-r--r-- | tests/build/bootstrap.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build new file mode 100644 index 0000000..355a05a --- /dev/null +++ b/tests/build/bootstrap.build @@ -0,0 +1,9 @@ +# file : tests/build/bootstrap.build +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +project = # Unnamed subproject. + +using config +using dist +using test |