[jhbuild: 26/27] [tests] set "test" as a common build target, for test modules



commit dd4935410d5709907fe2df02cf9eb6f0fa35b071
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat May 16 15:27:02 2009 +0200

    [tests] set "test" as a common build target, for test modules
---
 tests/tests.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/tests.py b/tests/tests.py
index 2261b26..cc0a571 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -195,7 +195,7 @@ class BuildTestCase(unittest.TestCase):
         self.buildscript = None
 
     def build(self, packagedb_params = {}, **kwargs):
-        self.config.build_targets = ['install']
+        self.config.build_targets = ['install', 'test']
         for k in kwargs:
             setattr(self.config, k, kwargs[k])
 



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