From 4876b82a73d16121c78ddc2ed46c2a231bcb759d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 24 Jan 2003 16:05:26 +0000 Subject: [PATCH] Moved bind tests to a subinclude. [SVN r17030] --- bind.html | 10 +- mem_fn.html | 404 +++++++++++++++++- test/Jamfile | 22 + .../bind_fastcall_mf_test.cpp | 0 .../bind_fastcall_test.cpp | 0 .../bind_stdcall_mf_test.cpp | 0 .../bind_stdcall_test.cpp | 0 bind_test.cpp => test/bind_test.cpp | 0 .../mem_fn_derived_test.cpp | 0 .../mem_fn_fastcall_test.cpp | 0 .../mem_fn_stdcall_test.cpp | 0 mem_fn_test.cpp => test/mem_fn_test.cpp | 0 .../mem_fn_void_test.cpp | 0 13 files changed, 424 insertions(+), 12 deletions(-) create mode 100644 test/Jamfile rename bind_fastcall_mf_test.cpp => test/bind_fastcall_mf_test.cpp (100%) rename bind_fastcall_test.cpp => test/bind_fastcall_test.cpp (100%) rename bind_stdcall_mf_test.cpp => test/bind_stdcall_mf_test.cpp (100%) rename bind_stdcall_test.cpp => test/bind_stdcall_test.cpp (100%) rename bind_test.cpp => test/bind_test.cpp (100%) rename mem_fn_derived_test.cpp => test/mem_fn_derived_test.cpp (100%) rename mem_fn_fastcall_test.cpp => test/mem_fn_fastcall_test.cpp (100%) rename mem_fn_stdcall_test.cpp => test/mem_fn_stdcall_test.cpp (100%) rename mem_fn_test.cpp => test/mem_fn_test.cpp (100%) rename mem_fn_void_test.cpp => test/mem_fn_void_test.cpp (100%) diff --git a/bind.html b/bind.html index 9c7b598..105ba94 100644 --- a/bind.html +++ b/bind.html @@ -761,7 +761,7 @@ namespace (make_adaptable helper function)
  • - libs/bind/bind_test.cpp + libs/bind/test/bind_test.cpp (test)
  • libs/bind/bind_as_compose.cpp @@ -770,16 +770,16 @@ namespace libs/bind/bind_visitor.cpp (visitor example)
  • - libs/bind/bind_stdcall_test.cpp + libs/bind/test/bind_stdcall_test.cpp (test with __stdcall functions)
  • - libs/bind/bind_stdcall_mf_test.cpp + libs/bind/test/bind_stdcall_mf_test.cpp (test with __stdcall member functions)
  • - libs/bind/bind_fastcall_test.cpp + libs/bind/test/bind_fastcall_test.cpp (test with __fastcall functions)
  • - libs/bind/bind_fastcall_mf_test.cpp (test + libs/bind/test/bind_fastcall_mf_test.cpp (test with __fastcall member functions)
  • Dependencies