Searched refs:tests (Results 1 – 25 of 40) sorted by relevance
12
/coreutils/tests/ |
D | local.mk | 31 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 …]
|
D | GNUmakefile | 13 tests = macro 15 tests = TESTS=$(addprefix tests/,$(TESTS)) macro 20 cd .. && $(MAKE) $@ $(tests) SUBDIRS=.
|
D | Coreutils.pm | 598 my ($tests) = @_; 600 foreach my $t (@$tests)
|
/coreutils/gl/modules/ |
D | link-tests.diff | 1 diff --git a/modules/link-tests b/modules/link-tests 3 --- a/modules/link-tests 4 +++ b/modules/link-tests
|
D | rename-tests.diff | 1 diff --git a/modules/rename-tests b/modules/rename-tests 3 --- a/modules/rename-tests 4 +++ b/modules/rename-tests
|
D | randread-tests | 2 tests/test-rand-isaac.c 3 tests/macros.h
|
D | fadvise-tests | 2 tests/test-fadvise.c
|
/coreutils/ |
D | cfg.mk | 58 _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 | .gitignore | 50 /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-copyright | 5 ^tests/init\.sh$
|
D | README-install | 71 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
|
D | Makefile.am | 20 SUBDIRS = po . gnulib-tests 38 tests/GNUmakefile \ 216 include $(top_srcdir)/tests/local.mk
|
D | HACKING | 233 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 …]
|
D | README-release | 65 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,
|
D | README | 94 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/ |
D | test.pl | 53 my ($tests) = @_; 63 foreach my $t (@$tests) 89 my ($tests) = @_; 98 foreach my $t (@$tests)
|
/coreutils/tests/stty/ |
D | stty-row-col.sh | 42 tests=' 56 set $tests
|
/coreutils/tests/mkdir/ |
D | perm.sh | 30 tests=' 43 colon_tests=$(echo $tests | sed 's/^ *//; s/ *: */:/g')
|
/coreutils/tests/nice/ |
D | nice.sh | 22 tests=' 45 set $tests
|
/coreutils/tests/cp/ |
D | trailing-slash | 2 # For trailing-slash-related tests, see ../mv/trailing-slash.
|
D | sparse-extents-2.sh | 105 { f ff1; f ff2; } | $PERL $abs_srcdir/tests/filefrag-extent-compare \
|
/coreutils/tests/od/ |
D | od-j.sh | 22 for file in ${srcdir=.}/tests/init.sh /proc/version /sys/kernel/profiling; do
|
/coreutils/tests/ls/ |
D | ls-time.sh | 68 tests in this file will not be run. 86 tests in this file will not be run.
|
/coreutils/tests/uniq/ |
D | uniq.pl | 32 my ($tests) = @_; 35 foreach my $t (@$tests)
|
/coreutils/src/ |
D | du-tests | 20 VG_PATH_PREFIX=/cu/src/vg: DU1=/cu/src/du DU2=/usr/bin/du ./du-tests
|
12