Florian Weimer c23de0aacb support: Introduce new subdirectory for test infrastructure
The new test driver in <support/test-driver.c> has feature parity with
the old one.  The main difference is that its hooking mechanism is
based on functions and function pointers instead of macros.  This
commit also implements a new environment variable, TEST_COREDUMPS,
which disables the code which disables coredumps (that is, it enables
them if the invocation environment has not disabled them).

<test-skeleton.c> defines wrapper functions so that it is possible to
use existing macros with the new-style hook functionality.

This commit changes only a few test cases to the new test driver, to
make sure that it works as expected.
2016-12-09 08:18:27 +01:00
..
2013-06-05 20:44:03 +00:00
2014-11-27 16:00:08 +00:00
2007-07-12 18:17:11 +00:00
2015-01-21 01:51:10 -05:00
2015-01-21 01:51:10 -05:00
2013-09-04 15:25:42 +00:00