mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-20 14:22:26 +02:00
merge
This commit is contained in:
39
tests/Makefile.am
Normal file
39
tests/Makefile.am
Normal file
@@ -0,0 +1,39 @@
|
||||
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
||||
|
||||
TESTS = help-version
|
||||
TESTS_ENVIRONMENT = \
|
||||
all_programs="$(bin_SCRIPTS) $(bin_PROGRAMS)"
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(TESTS) .env-warn Fetish.pm Makefile.am.in Makefile.am.in README
|
||||
input-tty lang-default mk-script mk-script priv-check \
|
||||
|
||||
SUBDIRS = \
|
||||
basename chgrp chmod chown cp cut date dd dircolors du expr factor \
|
||||
fmt head install join ln ls ls-2 md5sum misc mkdir mv od pr rm rmdir \
|
||||
seq sha1sum shred sort stty sum tac tail tail-2 test touch tr tsort \
|
||||
unexpand uniq wc
|
||||
|
||||
check-root:
|
||||
cd chown && $(MAKE) check TESTS=basic
|
||||
cd cp && $(MAKE) check TESTS=special-bits
|
||||
cd touch && $(MAKE) check TESTS=fifo
|
||||
cd mv && $(MAKE) check TESTS=mv-special-1
|
||||
|
||||
check-recursive: envvar-check root-hint
|
||||
|
||||
# Warn when `make check' is run with POSIXLY_CORRECT or CDPATH set.
|
||||
.PHONY: envvar-check
|
||||
envvar-check:
|
||||
test "$${POSIXLY_CORRECT+set}" = set \
|
||||
&& sed s/%%/POSIXLY_CORRECT/ $(srcdir)/.env-warn || :
|
||||
test "$${CDPATH+set}" = set \
|
||||
&& sed s/%%/CDPATH/ $(srcdir)/.env-warn || :
|
||||
|
||||
# Advertise `check-root' target.
|
||||
root-hint:
|
||||
@echo '********************************************'
|
||||
@echo "NOTICE: Some tests will or might need to be"
|
||||
@echo " run as root. Do \`make check-root'"
|
||||
@echo " as \`root' to run just these tests."
|
||||
@echo '********************************************'
|
||||
Reference in New Issue
Block a user