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

48 Commits

Author SHA1 Message Date
Dave Abrahams
14d041360c Kill off bogus targets created by Python testing; these were causing
white squares in test results.

Also, a small fix for Cygwin that doesn't seem to have hurt anything.


[SVN r29793]
2005-06-25 00:29:50 +00:00
Rene Rivera
4446811ba1 allyourbase; Fix calculation of invocation dir so that is-invocation-subdir works again.
testing; Handle calculation of library name now that subdirs are correctly calculated.


[SVN r28156]
2005-04-12 06:34:30 +00:00
Rene Rivera
34d554c5fd allyourbase.jam:
* Add "nothing" fake target.

testing.jam:
* Prevent build-no non-targets from attempting to dump the test info.
* Add dumping of an association from test ID to test target name. So that we can direct automated testing to build specific targets base on the IDs.


[SVN r27939]
2005-04-02 19:53:00 +00:00
Rene Rivera
d6f1a11e7c Fix breakage when raw input files are also other types of targets.
Fix ordering so that the input files order is kept regardless of type of file.


[SVN r27482]
2005-02-22 16:24:35 +00:00
Rene Rivera
f664c9af10 Make it possible to pass in dependent targets as input files to run-test targets.
[SVN r27480]
2005-02-22 05:34:24 +00:00
Dave Abrahams
ea8e6a7950 Don't delete EXE's when debugging.
[SVN r26395]
2004-12-01 16:51:37 +00:00
Dave Abrahams
24def88ca3 Made Python testing more verbose by default
Avoid using the Boost.Test library wherever possible.


[SVN r24248]
2004-08-02 18:47:50 +00:00
Dave Abrahams
b30b584718 better behavior for --debugger=... option.
[SVN r24190]
2004-07-30 16:10:30 +00:00
Rene Rivera
b11dfc4490 BSL.
[SVN r24062]
2004-07-26 04:46:01 +00:00
Dave Abrahams
188b1250ac Added build disabling.
[SVN r23957]
2004-07-22 14:03:46 +00:00
Dave Abrahams
12f3294959 Fix standalone testing
[SVN r23846]
2004-07-20 15:54:51 +00:00
Dave Abrahams
77e1cef648 Remove tested targets once tests have succeeded.
[SVN r23799]
2004-07-19 15:35:56 +00:00
Misha Bergal
e12c4be400 Fixed get-library-name for ublas
[SVN r23740]
2004-07-18 23:50:37 +00:00
Aleksey Gurtovoy
f0a56b5af2 fix $(RELATIVE_SUBDIR) regression
[SVN r23535]
2004-07-14 10:11:52 +00:00
Vladimir Prus
0294b55f75 Move uBLAS regressions from status dir to libs/numeric/ublas.
[SVN r23534]
2004-07-14 10:05:42 +00:00
Aleksey Gurtovoy
f12cd1ff71 add 'example' dir as a valid test location
[SVN r23463]
2004-07-12 06:28:51 +00:00
Aleksey Gurtovoy
da460abdaa make test case name to include library name, when appropriate
[SVN r23449]
2004-07-12 01:35:01 +00:00
Rene Rivera
16d8c8005a Use declare-basic-target to declare targets. This fixes the missing target-type when bulding EXEs for the test system.
[SVN r21820]
2004-01-18 20:52:18 +00:00
Dave Abrahams
33ccc4bfd4 Clean up detritus from: fix debugger invocation in PATH_SETUP
[SVN r21757]
2004-01-15 15:34:42 +00:00
Dave Abrahams
aa7ecda7af Fix debugger invocation in PATH_SETUP
[SVN r21756]
2004-01-15 15:33:47 +00:00
Dave Abrahams
77938a73ea Fix GCC/NT builds, refactor, clean up, clarify
[SVN r21554]
2004-01-09 02:56:36 +00:00
Rene Rivera
85fb26b156 Fix some syntax errors, for windows test run script.
[SVN r21539]
2004-01-08 04:24:08 +00:00
Rene Rivera
a8a6302d88 Implement Martins' concept of maintaining the exit status when tests are run.
[SVN r21538]
2004-01-08 04:15:42 +00:00
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