2009-07-26 00:49:56 +00:00
|
|
|
#
|
|
|
|
# Copyright Troy D. Straszheim
|
|
|
|
#
|
|
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
|
|
# See http://www.boost.org/LICENSE_1_0.txt
|
|
|
|
#
|
2008-11-07 17:02:56 +00:00
|
|
|
boost_additional_test_dependencies(algorithm BOOST_DEPENDS test)
|
2008-11-01 13:15:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|