]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/history - tests
m4/ax_c___attribute__.m4: Add.
[coloredstderr/coloredstderr.git] / tests /
2013-06-10 Simon RuderichHook execvpe(), a GNU extension.
2013-06-10 Simon Ruderichtests: Fix warnings about unused parameters.
2013-06-10 Simon RuderichOnly run vfork() tests if it's available.
2013-06-07 Simon RuderichFix a few strict compiler warnings.
2013-06-06 Simon RuderichUse static list of descriptors to reduce mallocs.
2013-06-06 Simon Ruderichtests: Run tests under valgrind if it's available.
2013-06-05 Simon RuderichHook error() and error_at_line() if available.
2013-06-04 Simon RuderichHook execve() and the other exec*() functions.
2013-06-04 Simon Ruderichtests: Also run tests in subshell with LD_PRELOAD set.
2013-06-02 Simon Ruderichtests: Use <STDERR< and >STDERR> as markers.
2013-06-02 Simon Ruderichtests: Use bash to get consistent test results.
2013-06-02 Simon RuderichHook vfork() and replace it with fork().
2013-06-01 Simon RuderichHook perror(3).
2013-06-01 Simon RuderichAdd simple test suite.