|
Boost-Build : |
Subject: Re: [Boost-build] [Locale] Help Needed with Boost-Build
From: Artyom (artyomtnk_at_[hidden])
Date: 2010-09-27 15:57:31
> Great. Are there any other changes to support Boost.Locale? I recall you
> mentioned some tests -- should something be done about them?
> Anything I've missed?
>
> - Volodya
Yes, indeed, there is a hole brunch of tests that should
be conditionally build according to configuration settings (with same
define flags as libboost_locale.so) all of them are found in CMakeLists.txt
The tests are following:
Shared:
test_codepage
test_message
test_ios_prop
test_codepage_converter
If have ICU-backend
test_collate
test_convert
test_boundary
test_formatting
test_date_time
test_generator
test_icu_vs_os_timezone
If have POSIX
test_posix_collate
test_posix_convert
test_posix_formatting
If have STD
test_std_convert
test_std_formatting
test_std_collate
If have WinAPI
test_winapi_formatting
test_winapi_collate
test_winapi_convert
All should be compiled with their .cpp and liked with boost_locale (no boost
test required)
test_message should get as parameter path to libs/locale/test the rest just
simple
run as-is.
I hadn't got into it yet (trying to convert to Jam)
Thanks,
Artyom
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk