mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 14:57:01 +00:00
made format reg-tests as a subinclude in status/Jamfile
[SVN r17170]
This commit is contained in:
parent
0638c2a297
commit
3c234ac45f
2 changed files with 2 additions and 20 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 4a501e844afcf56c77ada5295742bcfae3daab39
|
||||
Subproject commit 5c63f2e1486771346f1c10981a61c6e43bd080a4
|
|
@ -19,6 +19,7 @@ DEPENDS all : test ;
|
|||
subinclude libs/bind/test ; # test-suite bind
|
||||
subinclude libs/filesystem/test ; # test-suite filesystem
|
||||
subinclude libs/function/test ; # test-suite function
|
||||
subinclude libs/format/test ; # test-suite format
|
||||
subinclude libs/optional/test ; # test-suite optional
|
||||
subinclude libs/regex/test ; # test-suite regex
|
||||
subinclude libs/regex/example ; # test-suite regex-examples
|
||||
|
@ -142,25 +143,6 @@ subinclude libs/type_traits/test ; # test-suite type_traits
|
|||
[ run libs/dynamic_bitset/dyn_bitset_unit_tests3.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
|
||||
;
|
||||
|
||||
test-suite format
|
||||
: [ run libs/format/test/format_test1.cpp <lib>../libs/test/build/boost_test_exec_monitor
|
||||
: # args
|
||||
: # input files
|
||||
: <runtime-link>static # uses locale; metrowerks toolsets don't have a locale in the dynamic library
|
||||
]
|
||||
|
||||
[ run libs/format/test/format_test2.cpp <lib>../libs/test/build/boost_test_exec_monitor
|
||||
: # args
|
||||
: # input files
|
||||
: <runtime-link>static # uses locale; metrowerks toolsets don't have a locale in the dynamic library
|
||||
]
|
||||
|
||||
[ run libs/format/test/format_test_wstring.cpp <lib>../libs/test/build/boost_test_exec_monitor
|
||||
: # args
|
||||
: # input files
|
||||
: <runtime-link>static # uses locale; metrowerks toolsets don't have a locale in the dynamic library
|
||||
]
|
||||
;
|
||||
|
||||
run libs/functional/function_test.cpp ;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue