diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-03 20:00:48 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-03 20:00:48 +0300 |
commit | 30b37545ea821bd5a73bdc0a41d5b37c1c002a37 (patch) | |
tree | 85ca104811abfa938e3b7d9728c5b115a4e8e34d | |
parent | d0034612f8b38efb755e2da49d749f4f5527f869 (diff) |
Load cxx.config rather than cxx for tests
-rw-r--r-- | tests/build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index 9d77c0d..4da21de 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -25,7 +25,7 @@ git_ssh = $config.bpkg.tests.git.ssh # We need to configure C++ module to pass the compiler path to some of bpkg # test commands. # -using cxx +using cxx.config # Setup the bpkg that we are testing. # |