summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-08-13 20:02:22 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2013-08-24 00:59:28 +0200
commit99d47217a1f543ae3ddc23788dfa673ecae7fd93 (patch)
tree98d83592fc19734fbd69b49639caf7da8a65e674 /tests
parent18da634b72c5670fb96bbbc4af70a868adb040a2 (diff)
downloadgrilo-99d47217a1f543ae3ddc23788dfa673ecae7fd93.tar.gz
build: Switch to git.mk to keep the .gitignore file updated
Fixing the *CLEANFILES lists where needed and having git.mk generate the .gitignore files automatically seemed more useful than manually updating those files. https://bugzilla.gnome.org/show_bug.cgi?id=706491
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore2
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/python/Makefile.am5
3 files changed, 4 insertions, 6 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
deleted file mode 100644
index 615007e..0000000
--- a/tests/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-registry
-metadata_source
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 91d2bcd..be1f757 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -67,5 +67,4 @@ test-report perf-report full-report: ${TEST_PROGS}
# run make test as part of make check
check-local: test
-MAINTAINERCLEANFILES = \
- Makefile.in
+-include $(top_srcdir)/git.mk
diff --git a/tests/python/Makefile.am b/tests/python/Makefile.am
index 693ba6d..a8e91fd 100644
--- a/tests/python/Makefile.am
+++ b/tests/python/Makefile.am
@@ -21,5 +21,6 @@ endif
check-local: test
MAINTAINERCLEANFILES = \
- *.pyc \
- Makefile.in
+ *.pyc
+
+-include $(top_srcdir)/git.mk