2009-07-22 21:51:01 +00:00
|
|
|
#
|
|
|
|
# Copyright Troy D. Straszheim
|
|
|
|
#
|
|
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
|
|
# See http://www.boost.org/LICENSE_1_0.txt
|
|
|
|
#
|
2009-01-24 18:57:20 +00:00
|
|
|
boost_additional_test_dependencies(algorithm BOOST_DEPENDS test)
|
|
|
|
|
|
|
|
|
|
|
|
boost_test_run(trim_test)
|
|
|
|
boost_test_run(conv_test)
|
|
|
|
boost_test_run(predicate_test)
|
|
|
|
boost_test_run(find_test)
|
|
|
|
boost_test_run(split_test)
|
|
|
|
boost_test_run(join_test)
|
|
|
|
boost_test_run(replace_test)
|
|
|
|
boost_test_run(regex_test DEPENDS boost_regex SHARED)
|
|
|
|
|