diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index f50e8f0..1027a4b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -23,7 +23,9 @@ local DATE_TIME_PROPERTIES = BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG USE_DATE_TIME_PRE_1_33_FACET_IO + ] [ run gregorian/testformatters.cpp date_time ] [ run gregorian/testgenerators.cpp date_time ] [ run gregorian/testgreg_cal.cpp date_time ] @@ -35,17 +37,17 @@ local DATE_TIME_PROPERTIES = BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG shared : testdate_dll ] - [ run gregorian/testdate_duration.cpp date_time_dll : : : shared : testdate_duration_dll ] - [ run gregorian/testperiod.cpp date_time_dll : : : shared : testperiod_dll ] - [ run gregorian/testdate_iterator.cpp date_time_dll : : : shared : testdate_iterator_dll ] - [ run gregorian/testfacet.cpp date_time_dll : : : shared : testfacet_dll ] - [ run gregorian/testformatters.cpp date_time_dll : : : shared : testformatters_dll ] - [ run gregorian/testgenerators.cpp date_time_dll : : : shared : testgenerators_dll ] - [ run gregorian/testgreg_cal.cpp date_time_dll : : : shared : testgreg_cal_dll ] - [ run gregorian/testgreg_day.cpp date_time_dll : : : shared : testgreg_day_dll ] - [ run gregorian/testgreg_month.cpp date_time_dll : : : shared : testgreg_month_dll ] - [ run gregorian/testgreg_year.cpp date_time_dll : : : shared : testgreg_year_dll ] + [ run gregorian/testdate.cpp date_time_dll : : : shared : testdate_dll ] + [ run gregorian/testdate_duration.cpp date_time_dll : : : shared : testdate_duration_dll ] + [ run gregorian/testperiod.cpp date_time_dll : : : shared : testperiod_dll ] + [ run gregorian/testdate_iterator.cpp date_time_dll : : : shared : testdate_iterator_dll ] + [ run gregorian/testfacet.cpp date_time_dll : : : shared : testfacet_dll ] + [ run gregorian/testformatters.cpp date_time_dll : : : shared : testformatters_dll ] + [ run gregorian/testgenerators.cpp date_time_dll : : : shared : testgenerators_dll ] + [ run gregorian/testgreg_cal.cpp date_time_dll : : : shared : testgreg_cal_dll ] + [ run gregorian/testgreg_day.cpp date_time_dll : : : shared : testgreg_day_dll ] + [ run gregorian/testgreg_month.cpp date_time_dll : : : shared : testgreg_month_dll ] + [ run gregorian/testgreg_year.cpp date_time_dll : : : shared : testgreg_year_dll ] # this next test is commented out because it crashes on VC6 (cause unknown): # [ run gregorian/testparse_date.cpp date_time_dll : : : BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG BOOST_ALL_DYN_LINK dynamic : testparse_date_dll ] ;