1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-.
3 # Sort in traditional ASCII order, regardless of the current locale;
4 # otherwise we may get into trouble with distinct strings that the
5 # current locale considers to be equal.
26 cp/cp-mv-enotsup-xattr \
28 dd/skip-seek-past-dev \
29 install/install-C-root \
34 misc/truncate-owned-by-other \
35 mkdir/writable-under-readonly \
41 touch/now-owned-by-other
45 $(MAKE) check TESTS='$(root_tests)'
47 check-recursive: root-hint
49 # Advertise `check-root' target.
52 @echo '***********************************************************'
53 @echo "NOTICE: Some tests may be run only as root."
54 @echo " See the 'Running tests as root' section in README."
55 @echo '***********************************************************'
57 EXTRA_DIST += $(TESTS)
59 # Do not choose a name that is a shell keyword like 'if', or a
60 # commonly-used utility like 'cat' or 'test', as the name of a test.
61 # Otherwise, VPATH builds will fail on hosts like Solaris, since they
62 # will expand 'if test ...' to 'if .../test ...', and the '.../test'
63 # will execute the test script rather than the standard utility.
65 # Notes on the ordering of these tests:
66 # Place early in the list tests of the tools that
67 # are most commonly used in test scripts themselves.
68 # E.g., nearly every test script uses rm and chmod.
69 # help-version comes early because it's a basic sanity test.
70 # Put seq early, since lots of other tests use it.
71 # Put tests that sleep early, but not all together, so in parallel builds
72 # they share time with tests that burn CPU, not with others that sleep.
73 # Put head-elide-tail early, because it's long-running.
104 rm/interactive-always \
105 rm/interactive-once \
123 chgrp/default-no-deref \
131 misc/seq-long-double \
133 misc/head-elide-tail \
149 misc/pwd-unreadable-parent \
153 misc/wc-files0-from \
174 misc/groups-version \
180 misc/md5sum-newline \
193 misc/printf-surprise \
195 misc/readlink-fp-loop \
196 misc/runcon-no-reorder \
210 misc/sort-files0-from \
212 misc/sort-merge-fdlimit \
233 misc/timeout-parameters \
235 misc/truncate-dangling-symlink \
236 misc/truncate-dir-fail \
237 misc/truncate-fail-diag \
239 misc/truncate-no-create-missing \
240 misc/truncate-overflow \
241 misc/truncate-parameters \
242 misc/truncate-relative \
256 chmod/thru-dangling \
260 chown/preserve-root \
276 cp/existing-perm-race \
287 cp/parent-perm-race \
290 cp/preserve-slink-time \
310 dd/skip-seek-past-file \
326 du/inaccessible-cwd \
327 du/long-from-unreadable \
338 install/create-leading \
341 install/install-C-selinux \
342 install/strip-program \
348 ln/slash-decorated-nonexistent-dest \
351 ls/color-clear-to-eol \
363 ls/proc-selinux-segfault \
364 ls/readdir-mountpoint-inode \
369 ls/stat-free-symlinks \
432 tail-2/flush-initial \
433 tail-2/follow-stdin \
437 tail-2/start-middle \
438 touch/dangling-symlink \
442 touch/no-create-missing \
612 include $(srcdir)/check.mk