summaryrefslogtreecommitdiff
path: root/utils/mtp
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2014-02-11 19:56:45 +0000
committerMartyn Russell <martyn@lanedo.com>2014-02-20 16:55:05 +0000
commit73c0decdcebde53773f5607e64c3a6243854a6c5 (patch)
tree3d10080d8d07a17f4e66a9c8dd0a76a557781750 /utils/mtp
parentf9ab05df84f14ed863719bcf57ceadaff623eeef (diff)
downloadtracker-73c0decdcebde53773f5607e64c3a6243854a6c5.tar.gz
tests: Updated gtester scripts to improve testing system
We imported Makefile.decl from glib when it was using Subversion, a long time ago. The script had a few issues (like running all unit tests twice on make distcheck) and needed to be updated. I've stolen a latest version from GLib's glib.mk and also their m4 macros which are required to make this all work too. This gives us the advantage of defining installable and uninstallable test cases as well as test data, scripts and other useful stuff. The debug output also looks quite good. And distcheck passes :)
Diffstat (limited to 'utils/mtp')
-rw-r--r--utils/mtp/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/mtp/Makefile.am b/utils/mtp/Makefile.am
index 1b98cada0..03626cbd7 100644
--- a/utils/mtp/Makefile.am
+++ b/utils/mtp/Makefile.am
@@ -1,5 +1,3 @@
-include $(top_srcdir)/Makefile.decl
-
AM_CPPFLAGS = \
$(BUILD_CFLAGS) \
-I$(top_srcdir)/src \