summaryrefslogtreecommitdiff
path: root/t/ax
Commit message (Expand)AuthorAgeFilesLines
* tests: improve a commentStefano Lattarini2012-11-111-1/+1
* tests: honour $PYTHON overrideStefano Lattarini2012-11-111-2/+3
* tests: new variable $am_testaux_builddirStefano Lattarini2012-11-071-0/+1
* tests: rename $am_testauxdir -> $am_testaux_srcdirStefano Lattarini2012-11-073-3/+3
* tests: can check our recipes avoid trailing backslashesStefano Lattarini2012-10-311-0/+76
* tests: prepare to move ./defs to t/ax/test-init.shStefano Lattarini2012-10-271-0/+25
* maintcheck: fix spurious warningsStefano Lattarini2012-08-132-4/+8
* tests: avoid tons of spurious failures on NetBSDStefano Lattarini2012-08-051-1/+1
* runtest: sanitize test environmentStefano Lattarini2012-07-261-21/+0
* tests: "am_using_tap=yes" -> "am_test_protocol=tap"Stefano Lattarini2012-07-263-7/+10
* tests: protect test libs against multiple inclusionStefano Lattarini2012-07-262-0/+8
* tests: move sanitization and "Bournification" in the generic test libStefano Lattarini2012-07-262-40/+41
* tests: source test defs in the generic test libStefano Lattarini2012-07-261-0/+5
* test defs: no need to re-add $srcdir/t/ax to $PATHStefano Lattarini2012-07-261-5/+0
* tests: split test libs into "generic" and "automake-specific"Stefano Lattarini2012-07-262-238/+251
* test setup: move actual calling of testsuite setup in ./defsStefano Lattarini2012-07-261-6/+0
* test setup: merge definitions of function for simple testsStefano Lattarini2012-07-262-57/+38
* test init: refactor: new function 'am_test_setup'Stefano Lattarini2012-07-261-17/+17
* test init: refactor: move displaying of debugging info laterStefano Lattarini2012-07-261-9/+4
* test init: refactor: new function 'am_setup_testdir'Stefano Lattarini2012-07-261-4/+9
* test init: refactor: new function 'am_set_exit_traps'Stefano Lattarini2012-07-261-27/+32
* test init: refactor: new function 'am_exit_trap'Stefano Lattarini2012-07-261-2/+6
* test init: refactor: new function 'process_requirements'Stefano Lattarini2012-07-261-10/+17
* test init: refactor: new function 'require_tool'Stefano Lattarini2012-07-261-14/+18
* test init: remove a couple of paranoid sanity checksStefano Lattarini2012-07-261-19/+0
* test defs: move in 't/ax/test-defs.sh'Stefano Lattarini2012-07-263-5/+251
* perf tests: reorganizeStefano Lattarini2012-07-261-10/+0
* tests: move 'runtest' into the top-level directoryStefano Lattarini2012-07-071-62/+0
* cosmetics: rename t/ax/test-runner => t/ax/runtestStefano Lattarini2012-07-061-0/+0
* tests init: don't automatically re-execute tests with a POSIX shellStefano Lattarini2012-07-061-0/+62
* tests setup: unset CDPATHStefano Lattarini2012-07-011-2/+1
* tests setup: more namespace safenessStefano Lattarini2012-07-011-9/+9
* tests setup: less hard-coding of the test subdirectoryStefano Lattarini2012-07-011-3/+6
* tests: prefer "test ! -e FILE" to check that a file doesn't existStefano Lattarini2012-06-291-2/+2
* tests: remove stale workarounds for Solaris /bin/shStefano Lattarini2012-06-281-5/+4
* tests init: don't bother allowing '$me' to be overridableStefano Lattarini2012-06-281-13/+0
* tests init: typofixes in commentsStefano Lattarini2012-06-281-1/+1
* tests: don't skip if $(abs_builddir) or $(abs_srcdir) contain whitespaceStefano Lattarini2012-06-281-25/+0
* tests: avoid spurious maintainer-check failuresStefano Lattarini2012-06-281-2/+4
* tests: simpler workaround for shells losing the exit status in exit trapStefano Lattarini2012-06-255-30/+33
* tests: avoid several spurious failures on SolarisStefano Lattarini2012-06-242-3/+8
* tests: avoid one last `...` command substitution in 'test-init.sh'Stefano Lattarini2012-06-231-4/+7
* tests: more uses of $(...) over `...` for command substitutionStefano Lattarini2012-06-221-5/+5
* tests: new requirement 'grep-nonprint'Stefano Lattarini2012-06-222-7/+18
* tests: implement is_newest as an auxiliary script, not shell functionStefano Lattarini2012-06-222-10/+40
* tests: automatic re-execution works for non-POSIX shells tooStefano Lattarini2012-06-221-0/+1052
* tests: use more POSIX shell features our test scriptsStefano Lattarini2012-06-223-28/+20
* tests: use 'parallel-tests' Automake option by defaultStefano Lattarini2012-05-182-2/+0
* color-tests: coloring can be forced on non-ANSI terminals as wellStefano Lattarini2012-04-302-2/+6
* tests: fix spurious failure with non-ANSI terminalsStefano Lattarini2012-04-201-1/+1