link-runtime -> runtime-link.

Patch from Jurgen Hunold.


[SVN r29729]
This commit is contained in:
Vladimir Prus
2005-06-22 10:11:39 +00:00
parent 5ee5fd5d7f
commit 4f9cd8f96e

View File

@@ -23,7 +23,9 @@ local DATE_TIME_PROPERTIES = <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG <defi
[ run gregorian/testdate_duration.cpp date_time ]
[ run gregorian/testperiod.cpp date_time ]
[ run gregorian/testdate_iterator.cpp date_time ]
[ run gregorian/testfacet.cpp date_time : : : $(DATE_TIME_PROPERTIES) ]
[ run gregorian/testfacet.cpp date_time : : : $(DATE_TIME_PROPERTIES)
<define>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 = <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG <defi
test-suite date_time_gregorian_dll
:
[ run gregorian/testdate.cpp date_time_dll : : : <link-runtime>shared : testdate_dll ]
[ run gregorian/testdate_duration.cpp date_time_dll : : : <link-runtime>shared : testdate_duration_dll ]
[ run gregorian/testperiod.cpp date_time_dll : : : <link-runtime>shared : testperiod_dll ]
[ run gregorian/testdate_iterator.cpp date_time_dll : : : <link-runtime>shared : testdate_iterator_dll ]
[ run gregorian/testfacet.cpp date_time_dll : : : <link-runtime>shared : testfacet_dll ]
[ run gregorian/testformatters.cpp date_time_dll : : : <link-runtime>shared : testformatters_dll ]
[ run gregorian/testgenerators.cpp date_time_dll : : : <link-runtime>shared : testgenerators_dll ]
[ run gregorian/testgreg_cal.cpp date_time_dll : : : <link-runtime>shared : testgreg_cal_dll ]
[ run gregorian/testgreg_day.cpp date_time_dll : : : <link-runtime>shared : testgreg_day_dll ]
[ run gregorian/testgreg_month.cpp date_time_dll : : : <link-runtime>shared : testgreg_month_dll ]
[ run gregorian/testgreg_year.cpp date_time_dll : : : <link-runtime>shared : testgreg_year_dll ]
[ run gregorian/testdate.cpp date_time_dll : : : <runtime-link>shared : testdate_dll ]
[ run gregorian/testdate_duration.cpp date_time_dll : : : <runtime-link>shared : testdate_duration_dll ]
[ run gregorian/testperiod.cpp date_time_dll : : : <runtime-link>shared : testperiod_dll ]
[ run gregorian/testdate_iterator.cpp date_time_dll : : : <runtime-link>shared : testdate_iterator_dll ]
[ run gregorian/testfacet.cpp date_time_dll : : : <runtime-link>shared : testfacet_dll ]
[ run gregorian/testformatters.cpp date_time_dll : : : <runtime-link>shared : testformatters_dll ]
[ run gregorian/testgenerators.cpp date_time_dll : : : <runtime-link>shared : testgenerators_dll ]
[ run gregorian/testgreg_cal.cpp date_time_dll : : : <runtime-link>shared : testgreg_cal_dll ]
[ run gregorian/testgreg_day.cpp date_time_dll : : : <runtime-link>shared : testgreg_day_dll ]
[ run gregorian/testgreg_month.cpp date_time_dll : : : <runtime-link>shared : testgreg_month_dll ]
[ run gregorian/testgreg_year.cpp date_time_dll : : : <runtime-link>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 : : : <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG <define>BOOST_ALL_DYN_LINK <runtime-link>dynamic : testparse_date_dll ]
;