summaryrefslogtreecommitdiff
path: root/t/ax/test-init.sh
Commit message (Expand)AuthorAgeFilesLines
* Prefer https: URLsPaul Eggert2017-09-161-1/+1
* maint: update copyright dates for 2017Jim Meyering2017-01-011-1/+1
* maint: update copyright years to 2015 (branch 'micro')Stefano Lattarini2015-01-051-1/+1
* maint: update copyright yearsStefano Lattarini2014-04-211-1/+1
* tests: ensure $required is not set too lateStefano Lattarini2013-05-241-0/+4
* maint: update copyright year for 2013 (in branch maint)Stefano Lattarini2012-12-311-1/+1
* tests: prepare to move ./defs to t/ax/test-init.shStefano Lattarini2012-10-271-0/+25
* tests: split test libs into "generic" and "automake-specific"Stefano Lattarini2012-07-261-1030/+0
* 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-261-17/+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-261-4/+4
* perf tests: reorganizeStefano Lattarini2012-07-261-10/+0
* 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-251-13/+16
* tests: avoid one last `...` command substitution in 'test-init.sh'Stefano Lattarini2012-06-231-4/+7
* tests: new requirement 'grep-nonprint'Stefano Lattarini2012-06-221-0/+11
* tests: implement is_newest as an auxiliary script, not shell functionStefano Lattarini2012-06-221-10/+0
* tests: automatic re-execution works for non-POSIX shells tooStefano Lattarini2012-06-221-0/+1052