]> begriffs open source - libtap/history - t
Do not auto cast first argument to an int in the ok macro
[libtap] / t /
2016-02-09 Jacob GelbmanUse x variable so compiler doesn't complain about it
2015-07-17 Jacob GelbmanMake all diagnostic messages go to STDOUT to avoid...
2015-07-17 Jacob GelbmanTest itself without Perl
2015-01-24 Jacob GelbmanTest each file with a .expected file instead of within...
2014-05-15 Jacob GelbmanMake a function for finding memory difference offsets
2014-05-15 Sven Putteneerscmp_mem() improvements
2014-05-14 Sven PutteneersAdd cmp_mem test pull/10/head 10/head
2013-09-05 Jacob GelbmanRemove autotools support
2013-07-30 Brilliantov Kirill... Add autotools support
2012-07-13 Jake GelbmanRename t/tap.t to t/test.t
2012-07-13 Jake GelbmanGenerate testing command in subroutine
2012-07-13 Jake GelbmanRename endskip and endtodo to end_skip and end_todo
2012-07-11 gelbmanSimplify synopsis
2011-09-02 JakeCombine config.mk and t/Makefile into Makefile. Separat...
2011-08-31 jakeMerge branch 'gh-pages' of github.com:zorgnax/libtap
2011-08-29 JakeRequire the done_testing macro to take empty parentheses.
2011-05-25 jakeConsolidate phony targets.
2011-05-25 jakeAdd done_testing macro to match Test::More.
2010-07-22 jakeWrite dies_ok differently to avoid the compilor warning.
2010-07-22 jakeReally test output, dont just demo it. Add make check...
2010-07-22 jakeCreate synopsis test.
2010-07-22 jakeImplement cmp_ok.
2010-07-11 jakeImprove make files.
2010-07-03 jakeAdd like and unlike macros.
2010-07-03 jakeAdd is() and isnt() macros.
2010-07-02 jakeUse a skippy for MSWin32 trying to test whether arbitra...
2010-07-02 jakeAdd todo macro.
2010-07-02 jakeDocument skip macro
2010-07-02 jakeAdd skip macro
2010-07-02 jakeModify the library to work on windows. Missing fork...
2010-02-18 jakefirst commit