mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
new preprocessor tests
[SVN r15235]
This commit is contained in:
parent
d79b8223fc
commit
8e1fa2ec91
1 changed files with 17 additions and 1 deletions
|
@ -157,7 +157,7 @@ include testing.jam ;
|
|||
|
||||
test-suite integer
|
||||
: [ run libs/integer/cstdint_test.cpp ]
|
||||
[ run libs/integer/integer_test.cpp <lib>../libs/test/build/test_exec_monitor ]
|
||||
[ run libs/integer/integer_test.cpp ]
|
||||
[ run libs/integer/integer_traits_test.cpp <lib>../libs/test/build/test_exec_monitor ]
|
||||
;
|
||||
|
||||
|
@ -194,6 +194,22 @@ 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 ]
|
||||
;
|
||||
|
||||
test-suite property_map
|
||||
: [ compile libs/property_map/property_map_cc.cpp ]
|
||||
;
|
||||
|
|
Loading…
Add table
Reference in a new issue