]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
tests: remove unneeded 'bindir compile check' test.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 14 Oct 2010 19:47:44 +0000 (21:47 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 15 Oct 2010 03:38:19 +0000 (05:38 +0200)
* tests/bindir.at (bindir compile check): Remove.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/bindir.at

index a00214c60acc17d3cb17a01f37a7f850f6af09eb..555c2a373a70fcd71e4a373c9aa6a8741fe1a63b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       tests: remove unneeded 'bindir compile check' test.
+       * tests/bindir.at (bindir compile check): Remove.
+
 2010-10-14  Peter Rosin  <peda@lysator.liu.se>
 
        tests: fix $EXEEXT typo.
index 40e67ccb93ea5501874ce445b712aa04e0e56e17..ebe1baa6ff1e738034873151739c64330d5eb6af 100644 (file)
@@ -1,6 +1,6 @@
 # bindir.at -  Test the -bindir option
 #
-#   Copyright (C) 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
 #   Written by Dave Korn, 2009
 #
 #   This file is part of GNU Libtool.
 # statement in libtool.m4sh around where the 'tdlname' variable is set.
 
 ####
-# Verify compiling works, and skip remaining tests if not.
-#
-
-AT_SETUP([bindir compile check])
-
-AT_DATA([simple.c] ,[[
-int main() { return 0;}
-]])
-
-$CC $CPPFLAGS $CFLAGS -o simple simple.c || noskip=false
-rm -f simple
-
-AT_CHECK([$noskip || (exit 77)])
-
-AT_CLEANUP
-
-####
-# Now run the tests themselves.  First a simple test that we can
-# build and run an executable with a couple of tiny libraries.
+# First a simple test that we can build and run an executable with a couple of
+# tiny libraries.
 
 AT_SETUP([bindir basic lib test])