[Bioperl-guts-l] [15039] bioperl-live/trunk/Build.PL: recurse into test subdirectories ( means any non-test filed in t/ must not end in *.t!)
Christopher John Fields
cjfields at dev.open-bio.org
Fri Nov 28 00:23:14 EST 2008
Revision: 15039
Author: cjfields
Date: 2008-11-28 00:23:14 -0500 (Fri, 28 Nov 2008)
Log Message:
-----------
recurse into test subdirectories (means any non-test filed in t/ must not end in *.t!)
Modified Paths:
--------------
bioperl-live/trunk/Build.PL
Modified: bioperl-live/trunk/Build.PL
===================================================================
--- bioperl-live/trunk/Build.PL 2008-11-28 04:51:15 UTC (rev 15038)
+++ bioperl-live/trunk/Build.PL 2008-11-28 05:23:14 UTC (rev 15039)
@@ -105,7 +105,8 @@
}
},
dynamic_config => 1,
- create_makefile_pl => 'passthrough'
+ create_makefile_pl => 'passthrough',
+ recursive_test_files => 1
#pm_files => {} # modules in Bio are treated as if they were in lib and auto-installed
#script_files => [] # scripts in scripts directory are installed on-demand
More information about the Bioperl-guts-l
mailing list