Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 40) sorted by relevance

12

/coreutils/tests/
Dlocal.mk31 TESTSUITE_PERL = $(SHELL) $(srcdir)/tests/no-perl
35 TESTSUITE_PERL_OPTIONS = -w -I$(srcdir)/tests -MCuSkip -MCoreutils
49 TEST_SUITE_LOG = tests/test-suite.log
56 . $(srcdir)/tests/lang-default; \
59 . $(srcdir)/tests/envvar-check; \
93 tests/Coreutils.pm \
94 tests/CuSkip.pm \
95 tests/CuTmpdir.pm \
96 tests/d_type-check \
97 tests/envvar-check \
[all …]
DGNUmakefile13 tests = macro
15 tests = TESTS=$(addprefix tests/,$(TESTS)) macro
20 cd .. && $(MAKE) $@ $(tests) SUBDIRS=.
DCoreutils.pm598 my ($tests) = @_;
600 foreach my $t (@$tests)
/coreutils/gl/modules/
Dlink-tests.diff1 diff --git a/modules/link-tests b/modules/link-tests
3 --- a/modules/link-tests
4 +++ b/modules/link-tests
Drename-tests.diff1 diff --git a/modules/rename-tests b/modules/rename-tests
3 --- a/modules/rename-tests
4 +++ b/modules/rename-tests
Drandread-tests2 tests/test-rand-isaac.c
3 tests/macros.h
Dfadvise-tests2 tests/test-fadvise.c
/coreutils/
Dcfg.mk58 _hv_file ?= $(srcdir)/tests/misc/help-version
102 grep -nl '^ *require_root_$$' `$(VC_LIST) tests` | \
117 $(SHELL) build-aux/vc-list-files tests \
127 find $(srcdir)/tests/ \( $$find_ext \) \! -perm -u+x -print \
128 | { sed "s|^$(srcdir)/||"; git ls-files $(srcdir)/tests/; } \
143 @cd $(srcdir)/tests && GIT_PAGER= git grep -En ': *>.*\|\|' \
318 \|^[^:]*tests/cksum/sha[0-9]*sum.*\.pl[-:]| d; \
319 \|^[^:]*tests/pr/|{ \|^[^:]*tests/pr/pr-tests:| !d; };
592 grep -vF '[' |paste -d'|' -s))" tests | \
633 @(git -C $(srcdir) grep -l get_min_ulimit_v_ tests; \
[all …]
D.gitignore50 /gnulib-tests
205 /tests/*/*.log
206 /tests/*/*.trs
207 /tests/.built-programs
208 /tests/factor/t[0-9][0-9].sh
209 /tests/t?
210 /tests/test-suite.log
D.x-update-copyright5 ^tests/init\.sh$
DREADME-install71 If you want to run all of the tests there, use GNU make.
76 Running tests as root:
79 If you run the tests as root, note that a few of them create files
88 to run the privilege-requiring tests:
92 If you can run the tests as root, please do so and report any
DMakefile.am20 SUBDIRS = po . gnulib-tests
38 tests/GNUmakefile \
216 include $(top_srcdir)/tests/local.mk
DHACKING233 tests: change-description
436 Add tests
441 If you add a feature, add tests to exercise as much of the new code
443 an existing test file) add the new test file to 'tests/local.mk'.
444 Note to run tests/misc/new-test in isolation you can do:
446 make check TESTS=tests/misc/new-test SUBDIRS=. VERBOSE=yes
448 Variables that are significant for tests with their default values are:
458 There are hundreds of tests in the tests/ directories. You can use
459 tests/sample-test as a template, or one of the various Perl-based ones
460 in tests/misc.
[all …]
DREADME-release65 expensive tests are likely to interfere with concurrent performance-measuring
66 or timing-sensitive tests, resulting in spurious failures.
87 it builds and passes all tests.
103 Once all the builds and tests have passed,
DREADME94 if the test that fails is tests/df/df-P.sh, then you would
97 make check TESTS=tests/df/df-P.sh VERBOSE=yes SUBDIRS=. >> log 2>&1
99 For some tests, particularly perl tests, you can get even more detail by adding
105 There are many tests, but nowhere near as many as we need.
/coreutils/tests/test/
Dtest.pl53 my ($tests) = @_;
63 foreach my $t (@$tests)
89 my ($tests) = @_;
98 foreach my $t (@$tests)
/coreutils/tests/stty/
Dstty-row-col.sh42 tests='
56 set $tests
/coreutils/tests/mkdir/
Dperm.sh30 tests='
43 colon_tests=$(echo $tests | sed 's/^ *//; s/ *: */:/g')
/coreutils/tests/nice/
Dnice.sh22 tests='
45 set $tests
/coreutils/tests/cp/
Dtrailing-slash2 # For trailing-slash-related tests, see ../mv/trailing-slash.
Dsparse-extents-2.sh105 { f ff1; f ff2; } | $PERL $abs_srcdir/tests/filefrag-extent-compare \
/coreutils/tests/od/
Dod-j.sh22 for file in ${srcdir=.}/tests/init.sh /proc/version /sys/kernel/profiling; do
/coreutils/tests/ls/
Dls-time.sh68 tests in this file will not be run.
86 tests in this file will not be run.
/coreutils/tests/uniq/
Duniq.pl32 my ($tests) = @_;
35 foreach my $t (@$tests)
/coreutils/src/
Ddu-tests20 VG_PATH_PREFIX=/cu/src/vg: DU1=/cu/src/du DU2=/usr/bin/du ./du-tests

12