diff options
Diffstat (limited to 't/buildsystems/buildsystem_tests')
-rwxr-xr-x | t/buildsystems/buildsystem_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/buildsystems/buildsystem_tests b/t/buildsystems/buildsystem_tests index 82d8c10..e92e46f 100755 --- a/t/buildsystems/buildsystem_tests +++ b/t/buildsystems/buildsystem_tests @@ -162,7 +162,7 @@ test_buildsystem_paths_api($bs, "no builddir, sourcedir=autoconf", \%tmp); # Prefer out of source tree building when # sourcedir=builddir=autoconf hence builddir should be dropped. -$bs->enforce_out_of_source_building(builddir => "autoconf"); +$bs->prefer_out_of_source_building(builddir => "autoconf"); test_buildsystem_paths_api($bs, "out of source prefered, sourcedir=builddir", \%tmp); # builddir=bld/dir, sourcedir=autoconf. Should be the same as sourcedir=autoconf. |