diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 19:38:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-08 15:39:11 +0300 |
commit | 0a0b0cce022bdc7b908144c9e9a33a96e78dbcdf (patch) | |
tree | 70ba69374cfabb999b5a426b945832f747db9b91 /tests/build | |
parent | 9b20eba898be7c26d240fbaf51993cf63e3218e4 (diff) |
Configure c module in tests project rather than in top project
Diffstat (limited to 'tests/build')
-rw-r--r-- | tests/build/root.build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index b725dbc..f2694b7 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -2,9 +2,10 @@ # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -# We need to configure C++ module to pass the compiler path to some of bdep -# test commands. +# We need to configure C/C++ modules to pass the compiler paths to some of +# bdep test commands. # +using c using cxx # Setup the bdep that we are testing. |