|
|
@@ -146,8 +146,7 @@ include testing.jam ;
|
|
|
;
|
|
|
|
|
|
test-suite function
|
|
|
- : [ run libs/function/test/deprecated_syntax_test.cpp <lib>../libs/test/build/test_exec_monitor ]
|
|
|
- [ run libs/function/test/function_test.cpp <lib>../libs/test/build/test_exec_monitor ]
|
|
|
+ : [ run libs/function/test/function_test.cpp <lib>../libs/test/build/test_exec_monitor ]
|
|
|
[ run libs/function/test/function_n_test.cpp <lib>../libs/test/build/test_exec_monitor ]
|
|
|
[ run libs/function/test/allocator_test.cpp <lib>../libs/test/build/test_exec_monitor ]
|
|
|
[ run libs/function/test/stateless_test.cpp <lib>../libs/test/build/test_exec_monitor ]
|
|
|
@@ -200,19 +199,19 @@ include testing.jam ;
|
|
|
run libs/pool/test/test_pool_alloc.cpp <lib>../libs/test/build/test_exec_monitor ;
|
|
|
|
|
|
test-suite preprocessor
|
|
|
- : [ compile libs/preprocessor/regression/arithmetic.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/array.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/comparison.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/control.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/debug.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/facilities.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/iteration.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/list.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/logical.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/repetition.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/selection.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/slot.cpp ]
|
|
|
- [ compile libs/preprocessor/regression/tuple.cpp ]
|
|
|
+ : [ compile libs/preprocessor/test/arithmetic.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/array.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/comparison.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/control.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/debug.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/facilities.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/iteration.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/list.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/logical.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/repetition.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/selection.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/slot.cpp ]
|
|
|
+ [ compile libs/preprocessor/test/tuple.cpp ]
|
|
|
;
|
|
|
|
|
|
test-suite property_map
|