2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Dave Abrahams
282dd834c1 Add --debugger option for running tests under the debugger.
[SVN r20970]
2003-11-27 03:20:59 +00:00
Dave Abrahams
3c570cf2d4 Bug fix
[SVN r20942]
2003-11-24 21:49:21 +00:00
Dave Abrahams
6ec2bd2e5c Fixes for --dump-tests with Python testing.
[SVN r20938]
2003-11-24 15:21:23 +00:00
Dave Abrahams
21c7471c3a * 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]
2003-11-15 15:41:41 +00:00
Dave Abrahams
17500f4c67 Refactored testing and exe building code.
[SVN r20784]
2003-11-11 10:43:55 +00:00
Vladimir Prus
68dfec0436 Fix a typo.
[SVN r20189]
2003-09-26 07:16:06 +00:00
Rene Rivera
887dbd32f5 Fix path calculation to work when the invocation dir is set to "."
Remove some TABS.


[SVN r20062]
2003-09-15 05:50:57 +00:00
Dave Abrahams
c712b4b272 Fix relative path bug
[SVN r19667]
2003-08-17 20:01:24 +00:00
Dave Abrahams
9016ad3627 Bug fix thanks to Vaclav Vesely <yg-boost-users-at-m.gmane.org>
[SVN r18330]
2003-04-28 19:43:35 +00:00
Dave Abrahams
37843dd526 Fix for cygwin
[SVN r17710]
2003-03-03 19:59:45 +00:00
Dave Abrahams
882122620b Fixes for Python and Cygwin testing
[SVN r17667]
2003-02-27 02:20:01 +00:00
Dave Abrahams
ae5e032616 Fix bug which placed input-files at LOCATE_SOURCE.
[SVN r17522]
2003-02-19 08:08:56 +00:00
Dave Abrahams
ba7c2872eb Quote input file names on run tests
[SVN r17520]
2003-02-19 01:57:40 +00:00
Dave Abrahams
edde5bee2d bug fix
[SVN r16781]
2003-01-07 16:23:31 +00:00
Dave Abrahams
779c7acf4f make dump-test work nicely for subincluded Jamfiles
[SVN r16777]
2003-01-06 23:32:46 +00:00
Dave Abrahams
4047a1395c Add test type dumping
[SVN r16766]
2003-01-05 20:05:48 +00:00
Dave Abrahams
be32948238 Rewrite unit-test() in terms of testing.jam/run()
[SVN r16765]
2003-01-05 19:55:47 +00:00
Dave Abrahams
2bdb3fbdcd Allow special <test-info> feature for augmented --dump-tests functionality
[SVN r16753]
2003-01-05 15:51:20 +00:00
Beman Dawes
f05bacab61 sane-testing merged
[SVN r16674]
2002-12-20 22:44:18 +00:00
Dave Abrahams
e88290d320 Clean a few more files
[SVN r15042]
2002-08-21 21:40:32 +00:00
Dave Abrahams
eabc7e182b Clean a few more files
[SVN r15041]
2002-08-21 21:37:42 +00:00
Dave Abrahams
c2eaee4aaf Allow multiple elements in RUN_PATH
[SVN r14460]
2002-07-14 21:58:14 +00:00
Beman Dawes
39a68de4a9 fix "failed above ..." message before output instead of after
[SVN r14317]
2002-07-05 20:35:36 +00:00
Dave Abrahams
52ca3e7cf2 fixed RUN_ALL_TESTS
[SVN r14172]
2002-06-19 01:26:11 +00:00
Dave Abrahams
fe724beaea Factored out testing rules
[SVN r14156]
2002-06-16 20:39:26 +00:00