From 4a46b5e1b9ba4c25b1947d8419364fe19ffcb831 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 18 Jan 2003 15:07:06 +0000 Subject: [PATCH] Generated from XML [SVN r16929] --- test/Jamfile | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 test/Jamfile diff --git a/test/Jamfile b/test/Jamfile new file mode 100644 index 0000000..9f89e93 --- /dev/null +++ b/test/Jamfile @@ -0,0 +1,55 @@ + +# Testing Jamfile autogenerated from XML source +subproject libs/function/test ; + +# bring in rules for testing +SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; +include testing.jam ; + +# Make tests run by default. +DEPENDS all : test ; + +{ + # look in BOOST_ROOT for sources first, just in this Jamfile + local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ; + + test-suite function + : + [ run libs/function/test/function_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/stateless_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_fail2.cpp ] + + [ compile libs/function/test/function_30.cpp ] + + [ run libs/function/test/function_arith_cxx98.cpp ] + + [ run libs/function/test/function_arith_portable.cpp ] + + [ run libs/function/test/sum_avg_cxx98.cpp ] + + [ run libs/function/test/sum_avg_portable.cpp ] + + [ run libs/function/test/mem_fun_cxx98.cpp ] + + [ run libs/function/test/mem_fun_portable.cpp ] + + [ run libs/function/test/std_bind_cxx98.cpp ] + + [ run libs/function/test/std_bind_portable.cpp ] + + [ run libs/function/test/function_ref_cxx98.cpp ] + + [ run libs/function/test/function_ref_portable.cpp ] + ; +} + \ No newline at end of file