From 554bbf52fddc87f52dfd10988655c0074e52b43f Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Fri, 27 Feb 2015 22:55:39 +0000 Subject: [PATCH] test/Jamfile New test function/lazy_headers not yet in use. --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index 40b7e89..f6488d0 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -222,6 +222,7 @@ test-suite phoenix_include : [ run include/core/value.cpp ] [ run include/core/visit_each.cpp ] [ run include/function/function.cpp : : : : function_function ] + # [ run include/function/lazy_headers.cpp ] [ run include/fusion/at.cpp ] [ run include/object/const_cast.cpp ] [ run include/object/construct.cpp ]