mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 06:24:59 +00:00
Move the date_time tests to libs/date_time/test
[SVN r17302]
This commit is contained in:
parent
2cd72e9640
commit
1805042edb
1 changed files with 1 additions and 62 deletions
|
@ -17,6 +17,7 @@ DEPENDS all : test ;
|
|||
# Please keep these in alphabetic order by test-suite name
|
||||
|
||||
subinclude libs/bind/test ; # test-suite bind
|
||||
subinclude libs/date_time/test ; # test-suite date_time
|
||||
subinclude libs/filesystem/test ; # test-suite filesystem
|
||||
subinclude libs/format/test ; # test-suite format
|
||||
subinclude libs/function/test ; # test-suite function
|
||||
|
@ -71,68 +72,6 @@ subinclude libs/type_traits/test ; # test-suite type_traits
|
|||
|
||||
run libs/crc/crc_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ;
|
||||
|
||||
test-suite date_time
|
||||
: [ run libs/date_time/test/testgregorian_calendar.cpp
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/gregorian/testdate.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/gregorian/testdate_duration.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/gregorian/testdate_iterator.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/gregorian/testfacet.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/gregorian/testformatters.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/gregorian/testgenerators.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/gregorian/testgreg_cal.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/gregorian/testgreg_day.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/gregorian/testgreg_month.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/gregorian/testparse_date.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/posix_time/testc_local_adjustor.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/posix_time/testclock.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/posix_time/testdst_rules.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/posix_time/testduration.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/posix_time/testiterator.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/posix_time/testparse_time.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/posix_time/testperiod.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/posix_time/testtime.cpp
|
||||
<lib>../libs/date_time/build/boost_date_time
|
||||
: : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
|
||||
[ run libs/date_time/test/testint_adapter.cpp ]
|
||||
[ run libs/date_time/test/testtime_resolution_traits.cpp ]
|
||||
[ run libs/date_time/test/testwrapping_int.cpp ]
|
||||
[ run libs/date_time/test/testconstrained_value.cpp ]
|
||||
;
|
||||
|
||||
test-suite disjoint_sets
|
||||
: [ run libs/disjoint_sets/disjoint_set_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
|
||||
|
|
Loading…
Add table
Reference in a new issue