From a44c07104cfa8fdd5a6c971340ae5edc92cdeba5 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 14 Feb 2003 18:15:01 +0000 Subject: [PATCH] Regenerated, with function_test renamed to lib_function_test [SVN r17420] --- test/Jamfile | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 68776a9..20f2887 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -29,41 +29,41 @@ DEPENDS all : test ; test-suite function : - [ run libs/function/test/function_test.cpp ] + [ run libs/function/test/function_test.cpp : : : : lib_function_test ] - [ run libs/function/test/function_n_test.cpp ] + [ run libs/function/test/function_n_test.cpp : : : : ] - [ run libs/function/test/allocator_test.cpp ../../../libs/test/build/boost_test_exec_monitor ] + [ run libs/function/test/allocator_test.cpp ../../../libs/test/build/boost_test_exec_monitor : : : : ] - [ run libs/function/test/stateless_test.cpp ../../../libs/test/build/boost_test_exec_monitor ] + [ run libs/function/test/stateless_test.cpp ../../../libs/test/build/boost_test_exec_monitor : : : : ] - [ run libs/function/test/lambda_test.cpp ../../../libs/test/build/boost_test_exec_monitor ] + [ run libs/function/test/lambda_test.cpp ../../../libs/test/build/boost_test_exec_monitor : : : : ] - [ compile-fail libs/function/test/function_test_fail1.cpp ] + [ compile-fail libs/function/test/function_test_fail1.cpp : : : : ] - [ compile-fail libs/function/test/function_test_fail2.cpp ] + [ compile-fail libs/function/test/function_test_fail2.cpp : : : : ] - [ compile libs/function/test/function_30.cpp ] + [ compile libs/function/test/function_30.cpp : : : : ] - [ run libs/function/test/function_arith_cxx98.cpp ] + [ run libs/function/test/function_arith_cxx98.cpp : : : : ] - [ run libs/function/test/function_arith_portable.cpp ] + [ run libs/function/test/function_arith_portable.cpp : : : : ] - [ run libs/function/test/sum_avg_cxx98.cpp ] + [ run libs/function/test/sum_avg_cxx98.cpp : : : : ] - [ run libs/function/test/sum_avg_portable.cpp ] + [ run libs/function/test/sum_avg_portable.cpp : : : : ] - [ run libs/function/test/mem_fun_cxx98.cpp ] + [ run libs/function/test/mem_fun_cxx98.cpp : : : : ] - [ run libs/function/test/mem_fun_portable.cpp ] + [ run libs/function/test/mem_fun_portable.cpp : : : : ] - [ run libs/function/test/std_bind_cxx98.cpp ] + [ run libs/function/test/std_bind_cxx98.cpp : : : : ] - [ run libs/function/test/std_bind_portable.cpp ] + [ run libs/function/test/std_bind_portable.cpp : : : : ] - [ run libs/function/test/function_ref_cxx98.cpp ] + [ run libs/function/test/function_ref_cxx98.cpp : : : : ] - [ run libs/function/test/function_ref_portable.cpp ] + [ run libs/function/test/function_ref_portable.cpp : : : : ] ; } \ No newline at end of file