From 8f34038ddd36b21f307edb5ff77f7af9be7dbd31 Mon Sep 17 00:00:00 2001 From: Tobias Schwinger Date: Sun, 14 Jun 2009 18:31:09 +0000 Subject: [PATCH] introduces test case for unfusing adapter [SVN r53906] --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index 77604ece..76e9d1da 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -112,6 +112,7 @@ import testing ; [ run functional/fused.cpp : : : : ] [ run functional/fused_function_object.cpp : : : : ] [ run functional/fused_procedure.cpp : : : : ] + [ run functional/unfused.cpp : : : : ] [ run functional/unfused_typed.cpp : : : : ] [ run functional/make_fused.cpp : : : : ] [ run functional/make_fused_function_object.cpp : : : : ]