diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-03 20:12:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-03 20:12:29 +0300 |
commit | b8fe57add79c67479fa565f18152647ca2908252 (patch) | |
tree | 8149d512093fbee3ab87a56c74b8e077c375e1f5 /tests/build/root.build | |
parent | 8133c5f349b5f721b5ad398fc80fc496e39dbd07 (diff) |
Load cxx.config rather than cxx for tests
Diffstat (limited to 'tests/build/root.build')
-rw-r--r-- | tests/build/root.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index 4e08cd9..640afbb 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -3,5 +3,6 @@ # Configure C++ module and specify the test target for cross-testing. # -using cxx +using cxx.config + test.target = $cxx.target |