Jurko Gospodnetić
0c58c9ae6b
Minor stylistic changes such as: comment typo corrections, wrapping lines to 80 characters, indentations, removing trailing spaces, etc.
...
[SVN r42494]
2008-01-05 20:02:24 +00:00
Jurko Gospodnetić
749a0ad159
Corrected an invalid command-line option name reference.
...
[SVN r42482]
2008-01-05 16:57:17 +00:00
Rene Rivera
ad236a1ea7
Fix time related callbacks to new arguments.
...
[SVN r42247]
2007-12-22 21:32:17 +00:00
Vladimir Prus
e34d2c5d9e
Add <testing.arg> functionality to unit-test rule.
...
Patch from Mark Desnoyer.
[SVN r41542]
2007-12-01 19:07:22 +00:00
Rene Rivera
b843a6c010
Add in Dave's comments, and expand information in XML output to include action names, sources, properties, bjam info, and platform info. This required one minor change to actions to keep track of the action object generating the targets.
...
[SVN r41174]
2007-11-17 20:14:24 +00:00
Rene Rivera
0fbf3a9f78
Add "--out-xml=xyz.xml" option that dumps the output of all actions, and the test.jam information, to the given file. Changes are mostly from Dave.
...
[SVN r41167]
2007-11-17 04:11:49 +00:00
Rene Rivera
09f2e196ff
Merge changes from Version_1_34_1 back to trunk.
...
[SVN r38792]
2007-08-20 16:52:55 +00:00
Vladimir Prus
7f2670f670
Fix run-fail tests
...
[SVN r36769]
2007-01-23 20:50:55 +00:00
Dave Abrahams
e73e73f8cc
Minor fixes for python on Windows.
...
Handle spaces in pathnames in testing.jam
[SVN r36713]
2007-01-12 22:21:04 +00:00
Vladimir Prus
92ec05b89e
Allow multiple sources for compile/compile-fail.
...
[SVN r36642]
2007-01-07 18:43:13 +00:00
Vladimir Prus
ac70eb54d7
Don't accept multiple sources for 'compile' tests,
...
and it's broken anyway.
If we cannot determine the library name, return path,
to make the test rules minimally useful outside Boost.
[SVN r36622]
2007-01-06 18:02:22 +00:00
Vladimir Prus
be5b9377d6
Don't remove python scripts for Python tests.
...
[SVN r36073]
2006-11-18 08:56:43 +00:00
Vladimir Prus
f2e4ab9ae9
Fix typo that causes all run tests to be always relinked and rerun.
...
Thanks to Juergen Hunold for the bug report.
[SVN r36064]
2006-11-17 06:26:12 +00:00
Vladimir Prus
c8f6d39cae
Implement automatic removal of test executables
...
[SVN r36048]
2006-11-15 19:05:45 +00:00
Rene Rivera
9ef6242538
Add/update copyrights+license (with help of a shell script).
...
[SVN r35851]
2006-11-05 07:13:39 +00:00
Vladimir Prus
3b4cca1b35
Improve the hanling of "inline" targets, like:
...
alias foo : [ run a.cpp ] ;
and
exe main : main.cpp [ lib helpers : helpers.cpp ] ;
Now inline targets are marked explicit, so that they are not
build unless requested, and for the alias target, the names
of inline targets are not qualified by the name of top-level target.
build/
* alias.jam (alias): Pass 'no-renaming' to
target.main-target-sources.
* target.jam (main-target-sources): New parameter
'no-renaming'. Make inline target explicit.
* builtin.jam (lib): Declare 'result' variable,
to avoid implicit declaration of a global one.
tools/
* testing.jam (test-suite): Make synonymous with 'alias'.
test/
* inline.py: Adjust to the fact that alias no longer
changes names of inline targets. Check that inline
targets are explicit.
[SVN r35607]
2006-10-14 10:28:03 +00:00
Vladimir Prus
6a57708305
Implement the 'link' testing rule.
...
[SVN r32482]
2006-01-31 15:43:59 +00:00
Vladimir Prus
7d499000a1
Implemented the 'link-fail' testing rule.
...
[SVN r32348]
2006-01-18 12:13:45 +00:00
Vladimir Prus
f511434709
Fix --dump-tests.
...
[SVN r32334]
2006-01-16 09:52:02 +00:00
Dave Abrahams
5c36886ca1
Make sure the Borland Bin directory gets into the PATH when executables built with Borland are run.
...
[SVN r29522]
2005-06-11 06:47:19 +00:00
Vladimir Prus
f2787a2a64
Handle more than one testing file in the 'run' rule. Not 100% final
...
solution, but works for the single case in Boost where it matters.
[SVN r28371]
2005-04-21 08:27:02 +00:00
Vladimir Prus
9b49448625
Output library name for --dump-tests.
...
[SVN r28099]
2005-04-11 10:10:37 +00:00
Dave Abrahams
53673a2985
test/regression.py
...
tools/testing.jam
Support rules for measuring timing of build steps.
build/generators.jam
Generators with empty source lists can now consume any target type.
[SVN r27335]
2005-02-12 20:24:07 +00:00
Dave Abrahams
e286abf612
Fix the way paths are adjusted for Cygwin
...
[SVN r27097]
2005-02-04 20:17:49 +00:00
Dave Abrahams
f51cf06fa9
Fix a typo
...
[SVN r27091]
2005-02-04 16:20:33 +00:00
Vladimir Prus
2994c26cd4
Fix dynamic library paths setup on cygwin.
...
[SVN r26842]
2005-01-25 09:11:55 +00:00
Vladimir Prus
4c7ff2913c
More type declaration cleanup.
...
* build/type.jam (register): Remove the 'main' parameter.
* other files: Don't pass the 'main' parameter.
[SVN r26449]
2004-12-06 13:59:51 +00:00
Vladimir Prus
b91aafa44c
Revert the previous behaviour of unit-test: it does not store output into
...
a file but shows it on the screen. However, the proper setting of run
paths is not done for unit-test too.
[SVN r25035]
2004-09-13 09:32:37 +00:00
Vladimir Prus
7e74cb626f
Correct copy-paste error. Patch from Juergen Hunold.
...
[SVN r23500]
2004-07-13 15:27:11 +00:00
Vladimir Prus
49e45ae346
Fix typo.
...
[SVN r23135]
2004-06-21 09:14:40 +00:00
Vladimir Prus
28e9aab35b
Minor typo: really enable verbose output when command fails.
...
[SVN r23105]
2004-06-16 06:25:28 +00:00
Vladimir Prus
a8f659b68b
Correct the verbose-test logic.
...
[SVN r23083]
2004-06-11 09:25:19 +00:00
Vladimir Prus
9e5dbba552
Update testing jam to the same logic for running exes as V1 uses.
...
[SVN r23066]
2004-06-09 13:40:25 +00:00
Vladimir Prus
d5f4e78bb2
* tools/testing.jam (dump-test): Correctly compute path to the source
...
from project root.
[SVN r23018]
2004-06-03 08:47:14 +00:00
Vladimir Prus
3f783b7b2e
Refactorings.
...
The targets (both abstract and virtual) used to refer to project there belong
to using the name of Jamfile module corresponding to the project. That was a
bit messy, and whatevet it was necessary to get any project attribute, one
had to call 'project.attribute', which was messy too.
Now, projects are identified by instance of project-target class, and
attributes are obtained via 'get' method in that class.
[SVN r23001]
2004-06-02 14:26:15 +00:00
Vladimir Prus
3c4b3dfe56
Implement 'unit-test' in terms of more powerfull 'run' rule. Understand
...
the 'testing.launcher' property for 'run' rule.
[SVN r22968]
2004-05-28 12:28:10 +00:00
Vladimir Prus
240105ee1b
Add 'xdll-path' properties to run-time DLL search path for tests. Previously,
...
we added only dll-path properties and the logic that created dll-path
properties from xdll-path properties did not work right on Windows.
It makes more sense anyway to always add all paths for dendency libraries.
[SVN r22932]
2004-05-26 10:57:22 +00:00
Vladimir Prus
12d08a7b73
Bugfix: the main target rules did not work unless called from Jamfile.
...
The used 'CALLER_MODULE' to determine the project where the main target
is to be declared, which did not work if the rule is called from another
module.
Thanks to Zbynek Winkler for the bug report.
* build/project.jam (current): New rule
* test/wrapper.py: New test
* other files: Use 'project.current'.
[SVN r22569]
2004-03-31 06:53:56 +00:00
Vladimir Prus
ff886e38a9
Move the 'location-prefix' feature declaration to builtin.jam.
...
[SVN r22129]
2004-02-02 07:33:02 +00:00
Vladimir Prus
4ca7977418
Use common.file-creation-command for creating a file signalling
...
that unit test has executed without errors. Using 'touch' is not
portable to Windows, in general.
[SVN r21837]
2004-01-20 08:16:51 +00:00
Vladimir Prus
583bf9fe87
Make 'regression.py' work with msvc.
...
* tools/builtin.jam
(exe-target-class.compute-usage-requirements): Pass <dll-path> properties
as usage requirements.
* tools/testing.jam
(capture-output): Handle <dll-path> properties.
* tools/common.jam
(path-variable-setting-command): New rule.
[SVN r20522]
2003-10-28 12:16:10 +00:00
Vladimir Prus
ada627ba32
Make the 'regression' test case work on windows with gcc.
...
[SVN r20299]
2003-10-08 05:49:57 +00:00
Vladimir Prus
33ad5e4d2b
Support arguments to 'run'-ed command an input file.
...
[SVN r20274]
2003-10-07 10:46:34 +00:00
Vladimir Prus
6b6b42e787
First version of regression testing support in V2.
...
* new/testing.jam: Loots of changes.
* new/virtual-target.jam:
(action.path): Handle <location-prefix> property.
[SVN r20188]
2003-09-26 07:03:55 +00:00
Vladimir Prus
286825f9d5
Rename 'xclass' to 'class'.
...
[SVN r19458]
2003-08-05 05:25:33 +00:00
Vladimir Prus
a9cb673c30
Rename 'xnew' to just 'new'.
...
[SVN r19434]
2003-08-04 11:12:30 +00:00
Vladimir Prus
7fceeb4bc7
Drop all style classes support.
...
[SVN r19433]
2003-08-04 10:53:34 +00:00
Vladimir Prus
4ec3f81593
New builtin SORT.
...
[SVN r19430]
2003-08-04 09:27:47 +00:00
Vladimir Prus
df07d2f0d0
Convert remaining classes.
...
[SVN r19429]
2003-08-04 09:25:34 +00:00
Vladimir Prus
bd38c04d0e
Move abstract-target hierarchy to new classes.
...
[SVN r19428]
2003-08-04 09:22:29 +00:00