diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-10 22:37:48 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-10 23:39:05 +0200 |
commit | 89dc0194511bdf7709ad5fc63acd079d6fa62b75 (patch) | |
tree | 78ac3d864c9cb8546a3d704254c2daa96a0e813d /NEWS | |
parent | 471d33582e48a9f9527e231c9bbc575ee9b43e45 (diff) | |
download | coreutils-89dc0194511bdf7709ad5fc63acd079d6fa62b75.tar.gz coreutils-89dc0194511bdf7709ad5fc63acd079d6fa62b75.tar.bz2 coreutils-89dc0194511bdf7709ad5fc63acd079d6fa62b75.zip |
Skip "arch" test if it's not built.
* tests/misc/Makefile.am (built_programs): Define.
(TESTS_ENVIRONMENT): Add $(built_programs), for...
* tests/misc/arch: ...this: skip the test if arch is not built.
* src/Makefile.am (built_programs.list): New rule.
* tests/Makefile.am (built_programs): Rename from all_programs.
(TESTS_ENVIRONMENT): Use built_programs, not all_programs.
* tests/help-version: Likewise.
* NEWS: Mention that using --enable-no-install-program=X may
cause "make check" to fail.
Signed-off-by: Jim Meyering <jim@meyering.net>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,10 @@ GNU coreutils NEWS -*- outline -*- You can inhibit the compilation and installation of selected programs at configure time. For example, to avoid installing "hostname" and "uptime", use ./configure --enable-no-install-program=hostname,uptime + Note: currently, "make check" passes, even when arch and su are not + built (that's the new default). However, if you inhibit the building + and installation of other programs, don't be surprised if some parts + of "make check" fail. ** Bug fixes |