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/buildfile | |
parent | 9e6b3783d13f5136c727e6a8247ce2398edc0bb5 (diff) |
Make tests to be a sub-project
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index a721517..9a11c82 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: {*/ -curl/ -openssl/ -sendmail/} +./: {*/ -build/ -curl/ -openssl/ -sendmail/} |