summaryrefslogtreecommitdiff
path: root/t/buildsystems/buildsystem_tests
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-29 22:22:21 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-29 22:22:21 -0400
commit9a867d7d344bc3c59a3326123f7323655c311d6c (patch)
tree04b7bc9f04e2ce824520f68620f21c6c80d9fff5 /t/buildsystems/buildsystem_tests
parentd8b5ce9376d8ed73ebb74bd1ca206105b06adebd (diff)
remove enforce_out_of_source_building
It was only used by the test suite, and while symetrical I don't feel that justifies keeping dead code.
Diffstat (limited to 't/buildsystems/buildsystem_tests')
-rwxr-xr-xt/buildsystems/buildsystem_tests8
1 files changed, 1 insertions, 7 deletions
diff --git a/t/buildsystems/buildsystem_tests b/t/buildsystems/buildsystem_tests
index 7e9b4bf1..7d383157 100755
--- a/t/buildsystems/buildsystem_tests
+++ b/t/buildsystems/buildsystem_tests
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-use Test::More tests => 236;
+use Test::More tests => 227;
use strict;
use warnings;
@@ -145,12 +145,6 @@ $bs = $BS_CLASS->new(builddir => undef, sourcedir => "autoconf");
);
test_buildsystem_paths_api($bs, "default builddir, sourcedir=autoconf", \%tmp);
-# Enforce out of source tree building
-# sourcedir=builddir=autoconf hence default builddir is implied
-$bs = $BS_CLASS->new(builddir => "autoconf", sourcedir => "autoconf/");
-$bs->enforce_out_of_source_building();
-test_buildsystem_paths_api($bs, "hard out of source enforced, sourcedir=builddir", \%tmp);
-
# sourcedir=autoconf (builddir should be dropped)
$bs = $BS_CLASS->new(builddir => "autoconf", sourcedir => "autoconf");
%tmp = (