From c6fde247ecad202e8de5672da7d1c88be723e90e Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 14 Apr 2014 11:40:47 +0200 Subject: Switch to glib's testing framework --- libplanfahr/providers/tests/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libplanfahr/providers') 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) -- cgit v1.2.3