diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/build/root.build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index 5398bf8..43d3607 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -16,8 +16,11 @@ if ($cxx.class == 'msvc') } # Setup the build system driver that we are testing (which may not be the same -# as our $build.path). +# as our $build.path). We also need to disable importation using the built-in +# path. # +import.build2 = [null] + import b = build2%exe{b} testscript{*}: test = $b |