summaryrefslogtreecommitdiff
path: root/utils
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
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')
-rw-r--r--utils/Makefile.am2
-rw-r--r--utils/data-generators/Makefile.am2
-rw-r--r--utils/data-generators/cc/Makefile.am2
-rw-r--r--utils/gtk-sparql/Makefile.am2
-rw-r--r--utils/mtp/Makefile.am2
-rw-r--r--utils/ontology/Makefile.am2
-rw-r--r--utils/sandbox/Makefile.am2
-rw-r--r--utils/tracker-resdump/Makefile.am2
-rw-r--r--utils/tracker-sql/Makefile.am2
9 files changed, 0 insertions, 18 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index c871a3ac9..b3a821e6f 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -1,5 +1,3 @@
-include $(top_srcdir)/Makefile.decl
-
SUBDIRS = \
gtk-sparql \
ontology \
diff --git a/utils/data-generators/Makefile.am b/utils/data-generators/Makefile.am
index e50debc75..2a96b8ffe 100644
--- a/utils/data-generators/Makefile.am
+++ b/utils/data-generators/Makefile.am
@@ -1,3 +1 @@
-include $(top_srcdir)/Makefile.decl
-
SUBDIRS = cc
diff --git a/utils/data-generators/cc/Makefile.am b/utils/data-generators/cc/Makefile.am
index c41494c92..8ac207a8f 100644
--- a/utils/data-generators/cc/Makefile.am
+++ b/utils/data-generators/cc/Makefile.am
@@ -1,5 +1,3 @@
-include $(top_srcdir)/Makefile.decl
-
EXTRA_DIST = \
default.cfg \
gen_data.py \
diff --git a/utils/gtk-sparql/Makefile.am b/utils/gtk-sparql/Makefile.am
index 65ece9d90..7b5f28309 100644
--- a/utils/gtk-sparql/Makefile.am
+++ b/utils/gtk-sparql/Makefile.am
@@ -1,5 +1,3 @@
-include $(top_srcdir)/Makefile.decl
-
EXTRA_DIST = \
gtk-sparql.ui \
completion.py \
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 \
diff --git a/utils/ontology/Makefile.am b/utils/ontology/Makefile.am
index 9dcabd58e..1d940978e 100644
--- a/utils/ontology/Makefile.am
+++ b/utils/ontology/Makefile.am
@@ -1,5 +1,3 @@
-include $(top_srcdir)/Makefile.decl
-
noinst_PROGRAMS = ontology-validator data-validator
AM_CPPFLAGS = \
diff --git a/utils/sandbox/Makefile.am b/utils/sandbox/Makefile.am
index c6b1d39c2..b6c899d11 100644
--- a/utils/sandbox/Makefile.am
+++ b/utils/sandbox/Makefile.am
@@ -1,3 +1 @@
-include $(top_srcdir)/Makefile.decl
-
EXTRA_DIST = tracker-sandbox.py
diff --git a/utils/tracker-resdump/Makefile.am b/utils/tracker-resdump/Makefile.am
index 8ff90a2d3..b912d7709 100644
--- a/utils/tracker-resdump/Makefile.am
+++ b/utils/tracker-resdump/Makefile.am
@@ -1,5 +1,3 @@
-include $(top_srcdir)/Makefile.decl
-
noinst_PROGRAMS = tracker-resdump
AM_VALAFLAGS = \
diff --git a/utils/tracker-sql/Makefile.am b/utils/tracker-sql/Makefile.am
index 8239d8e27..7d519302b 100644
--- a/utils/tracker-sql/Makefile.am
+++ b/utils/tracker-sql/Makefile.am
@@ -1,5 +1,3 @@
-include $(top_srcdir)/Makefile.decl
-
noinst_PROGRAMS = tracker-sql
AM_CPPFLAGS = \