summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2003-11-15 15:41:41 +0000
committerDave Abrahams <dave@boostpro.com>2003-11-15 15:41:41 +0000
commit3b5e156b2222e6af63adfad2c102281c3e693f9f (patch)
tree33b2c135640de54ca8943ed1ae25dda67609167c /status
parentdabf24d91744a01f16b0d55362764c922466c22b (diff)
downloadboost-3b5e156b2222e6af63adfad2c102281c3e693f9f.tar.gz
* Fixed Boost.Thread jamfile to add the missing #include paths
* Modified Python testing code to use the facilities of testing.jam, so that it can be processed with process_jam_log * Updated Python library tests to use a test suite * Added Python test suite to status/Jamfile * Added --run-all-tests option to force tests to run even when up-to-date. Also, boost-base.jam: Added some missing rule signatures RUN_LD_LIBRARY_PATH became LINK_LIBPATH because it was only really used during linking. Reformed the movement of path variables up the dependency graph Removed the defunct Run rule Set up generalized constants for path manipulation darwin-tools.jam, gcc-tools.jam: use LINK_LIBPATH python.jam: Reformed the choice of Python executable testing.jam: Refactored testing code so it could be used for Python Now building all environment variable setup code ahead of time RUN_TEST became TEST_EXE [SVN r20815]
Diffstat (limited to 'status')
-rw-r--r--status/Jamfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/status/Jamfile b/status/Jamfile
index 19d0321ac6..9db04d89cb 100644
--- a/status/Jamfile
+++ b/status/Jamfile
@@ -26,6 +26,7 @@ subinclude libs/iterator/test ; # test-suite iterator
subinclude libs/math/test ; # test-suite math
subinclude libs/numeric/interval/test ; # test-suite interval
subinclude libs/optional/test ; # test-suite optional
+subinclude libs/python/test ; # test-suite python
subinclude libs/random/test ; # test-suite random
subinclude libs/regex/test ; # test-suite regex
subinclude libs/regex/example ; # test-suite regex-examples