From 4a23b4cdf3102a8fef8ac6ebd8a884cd613c28ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 26 Aug 2019 17:24:48 +0200 Subject: Implement auto-import of development build2 build --- tests/build/root.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/build') 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 -- cgit v1.1