[f-spot/FSPOT_0_6_0_STABLE] Always ship test sources.



commit 715953733c36790648e49267dc684f4b106d6692
Author: Ruben Vermeersch <ruben savanne be>
Date:   Thu Aug 27 14:26:46 2009 +0200

    Always ship test sources.
    
    This should make sure that the tests get shipped, regardless of whether nunit
    is installed or not.

 tests/src/Makefile.am |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/tests/src/Makefile.am b/tests/src/Makefile.am
index 6ee60de..c044859 100644
--- a/tests/src/Makefile.am
+++ b/tests/src/Makefile.am
@@ -1,9 +1,5 @@
 include $(top_srcdir)/Makefile.include
 
-if ENABLE_TESTS
-
-all: FSpot.Tests.dll
-
 SOURCES = 				\
 	$(srcdir)/IBrowsableItem.cs		\
 	$(srcdir)/ImageTest.cs			\
@@ -15,6 +11,10 @@ SOURCES = 				\
 	$(srcdir)/Filters/JpegFilter.cs		\
 	$(srcdir)/Filters/OrientationFilter.cs
 
+if ENABLE_TESTS
+
+all: FSpot.Tests.dll
+
 PKGS = 					\
 	-pkg:mono-nunit			\
 	-pkg:gnome-vfs-sharp-2.0	\
@@ -34,7 +34,6 @@ REFS =										\
 	-r:$(top_builddir)/src/Cms.dll			\
 	-r:$(top_builddir)/lib/semweb/SemWeb.dll
 
-
 RESOURCES =							\
 	-resource:$(top_srcdir)/icons/f-spot-32.png,f-spot-32.png
 



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