diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2010-08-10 18:56:38 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2010-08-10 19:39:23 +0200 |
commit | 39584250af1d57402795753de4008a8afd87334b (patch) | |
tree | d55c9cf089773488dd67e22f82de1eea4afaddf7 /tests/primary.test | |
parent | 9ca2fc96af5d85f26848619ef1024c4bbfa9ebed (diff) | |
download | automake-39584250af1d57402795753de4008a8afd87334b.tar.gz |
Tweak and extend tests `pr[!0-9]*.test'.
* tests/primary3.test: Add trailing `:' command.
* tests/primary.test: Make grepping of Automake's stderr stricter.
Also, add trailing `:' command, and cosmetic changes in spacing.
* tests/primary2.test: Likewise.
* tests/prefix.test: Enable `errexit' shell flags, and related
changes. Add a trailing `:' command.
* tests/proginst.test: Likewise.
Diffstat (limited to 'tests/primary.test')
-rwxr-xr-x | tests/primary.test | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/primary.test b/tests/primary.test index ac5e54fc4..a866f8f7d 100755 --- a/tests/primary.test +++ b/tests/primary.test @@ -1,5 +1,6 @@ #! /bin/sh -# Copyright (C) 1996, 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1996, 2001, 2002, 2003, 2010 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 @@ -26,4 +27,7 @@ END $ACLOCAL AUTOMAKE_fails -grep 'EXTRA_PROGRAMS' stderr +grep 'bin_PROGRAMS.*configure substitution' stderr +grep 'EXTRA_PROGRAMS.*not defined' stderr + +: |