[jhbuild] Add 'test' phase to default phase list



commit 1588debddacd12a158d5e65a0a0f39e21501dbc7
Author: Jon TURNEY <jon turney dronecode org uk>
Date:   Fri Mar 19 01:01:47 2010 +0000

    Add 'test' phase to default phase list
    
    Add 'test' phase to default phase list, so that testmodules actually
    do something by default

 jhbuild/defaults.jhbuildrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/defaults.jhbuildrc b/jhbuild/defaults.jhbuildrc
index d7afacc..7b85268 100644
--- a/jhbuild/defaults.jhbuildrc
+++ b/jhbuild/defaults.jhbuildrc
@@ -79,7 +79,7 @@ trycheckout   = False  # try to force checkout and autogen on failure
 nopoison      = False  # don't poison modules on failure
 forcecheck    = False  # run make check even when not building
 
-build_targets = ['install']
+build_targets = ['install','test']
 
 makecheck_advisory = False # whether to pass over 'make check' failures
 



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