aboutsummaryrefslogtreecommitdiff
path: root/libplanfahr/providers
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-04-14 11:40:47 +0200
committerGuido Günther <agx@sigxcpu.org>2014-04-14 12:13:48 +0200
commitc6fde247ecad202e8de5672da7d1c88be723e90e (patch)
treec457a2009a9e1be90ad6b64d40a5024833dbd135 /libplanfahr/providers
parent077122801c2945092dc7499d48a4511d53cb6835 (diff)
Switch to glib's testing framework
Diffstat (limited to 'libplanfahr/providers')
-rw-r--r--libplanfahr/providers/tests/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/libplanfahr/providers/tests/Makefile.am b/libplanfahr/providers/tests/Makefile.am
index d3ba939..39a57b3 100644
--- a/libplanfahr/providers/tests/Makefile.am
+++ b/libplanfahr/providers/tests/Makefile.am
@@ -1,6 +1,7 @@
include $(top_srcdir)/flymake.mk
+include $(top_srcdir)/glib-tap.mk
-check_PROGRAMS = hafas-bin6 hafas-bin6-format
+test_programs = hafas-bin6 hafas-bin6-format
AM_CPPFLAGS = \
-DLIBPLANFAHR_COMPILATION \
@@ -50,9 +51,7 @@ hafas_bin6_format_LDADD = \
$(NULL)
-uninstalled_testdir = tests/
-dist_uninstalled_test_DATA = \
+dist_test_data = \
hafas-bin-6-station-query-1.bin \
$(NULL)
-TESTS = $(check_PROGRAMS)