summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-12-12 18:32:37 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2013-12-12 18:51:11 +0000
commitb4044292d30ea36c89557111ef64198271215447 (patch)
treed406ae4cb6093e82acecc27f039dd4918f3bb81f /tests
parentb1eb412c2307c6eb31792ed1b387bdcf04fd027f (diff)
downloadclutter-b4044292d30ea36c89557111ef64198271215447.tar.gz
build: Ignore *.test files
Generated when enabling installed tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/conform/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index 50237e683..c41b69e38 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -79,6 +79,7 @@ script_tests = \
$(srcdir)/.gitignore: Makefile
$(AM_V_GEN)( echo "/*.trs" ; \
echo "/*.log" ; \
+ echo "/*.test" ; \
echo "/.gitignore" ; \
for p in $(test_programs); do \
echo "/$$p" ; \