[tracker] functional-tests: Include test.xml generator in the dist



commit 95e634eb7afb2828ce16759569e504a214b7a5e9
Author: Ivan Frade <ivan frade nokia com>
Date:   Mon Nov 8 12:14:55 2010 +0200

    functional-tests: Include test.xml generator in the dist
    
    The generator is needed to run tests in tarball-based distributions like Meego.

 tests/functional-tests/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index ea862c4..b4b94cf 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -101,8 +101,9 @@ functional-test-slow: ${slow_tests}
 	  test ! -x $$test  || $$ENV_COMMAND_WRAPPER ./$$test > /dev/null; \
 	 done
 
-EXTRA_DIST =                                           \
-	$(config_SCRIPTS)
+EXTRA_DIST =                                           	\
+	$(config_SCRIPTS)				\
+	create-tests-xml.py
 
 if HAVE_MAEMO
 CLEANFILES =                                           \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]