summaryrefslogtreecommitdiff
path: root/tests/check.mk
AgeCommit message (Expand)Author
2009-03-31build: use Automake's new parallel-tests featureRalf Wildenhues
2009-03-02tests: when skipping a test, say why on screen, not just in the logJim Meyering
2008-10-26tests: seq: check for today's extended long double fixJim Meyering
2008-10-04tests: fix the install/strip-program testJim Meyering
2008-09-29fix make variable quotation errorRalf Wildenhues
2008-09-26seq -0.1 0.1 2: print final number when locale's decimal point is ","Jim Meyering
2008-09-03df: new option: --total to print grand totalsKamil Dudka
2008-07-10make check: accommodate stricter POSIX-conforming shellsJim Meyering
2008-06-18* tests/check.mk: Fix a typo in a comment.Jim Meyering
2008-06-14run gnulib-tests in parallelJim Meyering
2008-05-27in 280+ tests/* files, use $srcdir, not $top_srcdir/testsJim Meyering
2008-05-27prefer abs_srcdir over abs_top_srcdir, ...Jim Meyering
2008-05-17tests: remove ugly /bin/sh wrapper around each perl-based test scriptJim Meyering
2008-05-16tests: allow to run Perl tests more cleanlyJim Meyering
2008-05-06tests: hoist the sourcing of "lang-default"Jim Meyering
2008-05-06tests: hoist envvar-check so it is run for every testJim Meyering
2008-05-06avoid problems with sign-extended "char" operand to is* functionsJim Meyering
2008-04-27tests: put root-only (usually skipped) tests at the endJim Meyering
2008-04-24tests: do define built_programsJim Meyering
2008-04-21Revamp test-related Makefiles.Jim Meyering
2008-04-12tests: always enable VERBOSE output, now that test framework works betterJim Meyering
2008-02-16Avoid tests/cp/acl test failure.Jim Meyering
2008-01-31Adapt to new version of vc-list-files.Jim Meyering
2008-01-13Remove each output redirection target before writing to it.Jim Meyering
2007-11-30Add quotes to protect against white space in build dir name.Ralf Wildenhues
2007-11-16Port to Solaris 'make' and use a Posixish shell on Solaris.Jim Meyering
2007-10-29Avoid test failure in non-srcdir build vs. the git tree.Jim Meyering
2007-10-20Adjust tests to pass, now that Test.pm ones use check.mk.Jim Meyering
2007-10-14Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk.Jim Meyering
2007-10-05Add PACKAGE_VERSION to TESTS_ENVIRONMENT via check.mk.Jim Meyering
2007-09-22Don't print the commands of a 10-line script that's run in each subdir.Jim Meyering
2007-09-16tests/check.mk (vc_exe_in_TESTS): Don't rely on the value of $(TESTS),Jim Meyering
2007-09-15Enable some previously omitted test scripts. Add a test cross-check.Jim Meyering
2007-09-15Factor out definitions in TESTS_ENVIRONMENT of srcdir, top_srcdir, etc.Jim Meyering
2007-09-15Adjust chgrp, chmod, chown, cp tests to use test-lib.sh.Jim Meyering
2007-09-15Parallel "make check" support.Jim Meyering