diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-20 14:35:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-20 14:35:28 +0200 |
commit | 357172f4409c74d7a2ac963290fc70c7ae10e3b1 (patch) | |
tree | 3c857e1803d9840734fe2af59c328793fb7455e6 /tests/build | |
parent | 53d459271375a3fafb80f26d11ab13b00f468ef9 (diff) |
Switch to bash build2 module
Diffstat (limited to 'tests/build')
-rw-r--r-- | tests/build/root.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index 1f267eb..f4d2a1c 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -2,6 +2,8 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file +using bash + # Every exe{} in this subproject is by default a test. # exe{*}: test = true |