summaryrefslogtreecommitdiff
path: root/tests/pr300-ltlib.test
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-03-07 16:01:34 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-03-07 16:03:34 +0100
commitf04bfdf3e333e1ba15ab9ad02355aad503c28e48 (patch)
treef18a6274c2a34f17512b22fd6c8fc75c3f21e581 /tests/pr300-ltlib.test
parenta51f03728410166e827262b59f85f31f0419e69d (diff)
downloadautomake-f04bfdf3e333e1ba15ab9ad02355aad503c28e48.tar.gz
New automake command line option `--silent-rules'.
* automake.in (parse_arguments): Accept `--silent-rules; let it override command line warning settings. (usage): Document it. * doc/automake.texi (Invoking Automake): Document it. * NEWS: Update. * tests/dollarvar.test: Also test `--silent-rules'. * tests/pr300-ltlib.test: Use `$MAKE V=1' to enable verbose output, which is matched later in the test. * tests/silent6.test: New test. * tests/Makefile.am: Update. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'tests/pr300-ltlib.test')
-rwxr-xr-xtests/pr300-ltlib.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pr300-ltlib.test b/tests/pr300-ltlib.test
index 99c03da2a..63078bbcf 100755
--- a/tests/pr300-ltlib.test
+++ b/tests/pr300-ltlib.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2002, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -48,7 +48,7 @@ $ACLOCAL
$AUTOCONF
$AUTOMAKE --copy --add-missing
./configure --prefix "`pwd`/inst"
-$MAKE >stdout
+$MAKE V=1 >stdout
cat stdout
grep 'liba.la .*-rpath .*lib' stdout