[evolution-data-server/openismus-work] Adding clean-local hook target to test directory to help pass distcheck.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work] Adding clean-local hook target to test directory to help pass distcheck.
- Date: Fri, 26 Apr 2013 09:00:09 +0000 (UTC)
commit a86722e4c3bd4685416f868338e36fee00674319
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Fri Apr 26 17:05:38 2013 +0900
Adding clean-local hook target to test directory to help pass distcheck.
tests/test-server-utils/Makefile.am | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/tests/test-server-utils/Makefile.am b/tests/test-server-utils/Makefile.am
index 65dcd04..2fab0b6 100644
--- a/tests/test-server-utils/Makefile.am
+++ b/tests/test-server-utils/Makefile.am
@@ -56,3 +56,12 @@ test_fixture_LDADD = $(common_libs) libetestserverutils.la
test_fixture_SOURCES = test-fixture.c
-include $(top_srcdir)/git.mk
+
+######################################
+# The test directory needs to be #
+# cleaned in order to pass distcheck #
+######################################
+clean-local: clean-local-check
+.PHONY: clean-local-check
+clean-local-check:
+ -rm -rf $(abs_top_builddir)/tests/test-server-utils/cache
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]