mariadb/unittest/mytap
Tor Didriksen a24df71e95 Backport of Bug#53303 mytap tests should always have a plan()
The bug was caused by buffered output. Flushing resolved it.
We still recommend to allways call plan().
  
Also fix some compile warnings (formal parameter different from declaration)


unittest/examples/Makefile.am:
  Omit core-t, since it will always fail.
unittest/examples/no_plan-t.c:
  Comment that we recommend calling plan(NO_PLAN)
unittest/mytap/tap.c:
  Use the named constant NO_PLAN
  Flush all output.
unittest/mytap/tap.h:
  Change documentation for the plan() function.
2010-06-10 13:15:35 +02:00
..
t Makefile.am: 2007-05-28 22:18:51 +02:00
Doxyfile Documentation changes to MyTAP. 2006-10-20 21:50:08 +02:00
Makefile.am Makefile.am: 2007-05-28 22:18:51 +02:00
tap.c Backport of Bug#53303 mytap tests should always have a plan() 2010-06-10 13:15:35 +02:00
tap.h Backport of Bug#53303 mytap tests should always have a plan() 2010-06-10 13:15:35 +02:00