diff options
-rw-r--r-- | tests/build/root.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index 6199d8d..92d0a52 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -27,8 +27,8 @@ config [string] config.bdep.tests.publish.repository ?= \ # We need to configure C/C++ modules to pass the compiler paths to some of # bdep test commands. # -using c -using cxx +using c.config +using cxx.config # Setup the bdep that we are testing. # |