mariadb/unittest/examples
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
..
core-t.c Many files: 2006-12-31 02:29:11 +01:00
Makefile.am Backport of Bug#53303 mytap tests should always have a plan() 2010-06-10 13:15:35 +02:00
no_plan-t.c Backport of Bug#53303 mytap tests should always have a plan() 2010-06-10 13:15:35 +02:00
simple-t.c Many files: 2006-12-31 02:29:11 +01:00
skip-t.c Many files: 2006-12-31 02:29:11 +01:00
skip_all-t.c Many files: 2006-12-31 02:29:11 +01:00
todo-t.c Many files: 2006-12-31 02:29:11 +01:00