]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_test
Ensure make doesn't print directories when checking for target existance.
[debhelper.git] / dh_auto_test
index 9dda30fb15412c0c12bcf4d822ee001ac77d8c2d..e68bf09a043f745c26acab66e1f4d5876097d3a0 100755 (executable)
@@ -48,8 +48,8 @@ if (defined $ENV{DEB_BUILD_OPTIONS} && $ENV{DEB_BUILD_OPTIONS} =~ /nocheck/) {
        exit 0;
 }
 
-my $manager = new Debian::Debhelper::Dh_Buildsystems;
-$manager->run_dh_auto_tool();
+buildsystems_init();
+buildsystems_do();
 
 =head1 SEE ALSO