[banshee] Run Banshee.Gio unit tests if enbaled



commit 871073c66cec3cbb9f5d7a61e2f3a87f6a148af4
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Fri Jan 15 14:42:48 2010 -0800

    Run Banshee.Gio unit tests if enbaled

 tests/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c0da6af..3daab87 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,6 +16,10 @@ TEST_ASSEMBLIES = \
 	Banshee.Services.dll \
 	Banshee.Dap.Mtp.dll
 
+if ENABLE_GIO
+TEST_ASSEMBLIES += Banshee.Gio.dll
+endif
+
 ENV_OPTIONS = TZ=America/Chicago LC_ALL=it_IT LANG=it_IT
 RUNNER = for asm in $${TEST_ASSEMBLIES}; do echo -e "\033[1mRunning tests on $${asm}...\033[0m"; $(ENV_OPTIONS) nunit-console2 -nologo -noshadow $$asm; done
 



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