glib-tap.mk: fix to actually use the TAP driver
authorDan Winship <danw@gnome.org>
Sun, 10 Nov 2013 18:27:15 +0000 (13:27 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 23 Nov 2013 05:43:54 +0000 (00:43 -0500)
commitbe231c6be03586f9a428f9ae5c9ae166b2747b75
tree91388fd9c3557c0563cda9568a5804cf48907da3
parent8f5b40c04672a150ed6df27d9f83aba8ec8ea29d
glib-tap.mk: fix to actually use the TAP driver

The Makefile rules in glib-tap.mk were copied from an example that
assumed that all the test programs had names ending in ".test", so
they didn't actually have any effect for us and resulted in us still
using the standard automake test driver. Fix this so we actually do
use TAP now.

https://bugzilla.gnome.org/show_bug.cgi?id=711796
Makefile.am
glib-tap.mk
tap-driver.sh [new file with mode: 0755]