summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f584b73f8..e9e3c95fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,3 +102,8 @@ MAINTAINERCLEANFILES = \
$(srcdir)/po/remove-potcdate.sin
-include $(top_srcdir)/git.mk
+
+test-report perf-report full-report:
+ @cd tests && $(MAKE) $(AM_MAKEFLAGS) $@
+
+.PHONY:test-report perf-report full-report