Start using TAP
authorMatthias Clasen <mclasen@redhat.com>
Sat, 17 Aug 2013 19:46:00 +0000 (15:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 17 Aug 2013 21:25:58 +0000 (17:25 -0400)
commit0e9f9867fab2e17f4723e739125d764bc40c9791
tree71ecf1e2775cdc8a967dad5ce2674670b65a4d15
parent1ea340529737a0a020ac67353e24661eaf3678b1
Start using TAP

Convert {glib,gobject,gio}/tests to use the automake TAP driver
and test harness instead of gtester. To do so, we add a glib-tap.mk
that provides the same interface as glib.mk, except for the
reporting and coverage testing functionality. Eventually, we may
want to replace glib.mk with it. I've not yet converted the
toplevel tests/ directory, since it mixes gtestutils tests with
other binaries.

https://bugzilla.gnome.org/show_bug.cgi?id=692125
gio/tests/Makefile.am
glib-tap.mk [new file with mode: 0644]
glib/tests/Makefile.am
gobject/tests/Makefile.am
tap-test [new file with mode: 0755]