[f-spot] Add a make test command to src/



commit f1394f0d970a6880ecc68190496d7404780d2ecd
Author: Ruben Vermeersch <ruben savanne be>
Date:   Wed Jul 8 15:16:19 2009 +0100

    Add a make test command to src/

 src/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b2fc686..afe144f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -549,3 +549,9 @@ CLEANFILES =					\
 DISTCLEANFILES = 				\
 	Makefile
 
+if ENABLE_TESTS
+test:
+	@pushd $(top_srcdir)/tests/src/; \
+	make test; \
+	popd;
+endif



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