From 03e3ca31d9a31ca9876250c149ae703bb112e21b Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Wed, 31 Dec 2014 10:52:58 +0000 Subject: [PATCH] test/Jamfile Add test lambda_tests1 --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index 1860f94..b57e103 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -88,6 +88,7 @@ test-suite phoenix_container : test-suite phoenix_scope : [ run scope/lambda_tests.cpp ] + [ run scope/lambda_tests1.cpp ] # [ run scope/lambda_tests_phx2.cpp ] [ run scope/let_tests.cpp ] [ run scope/more_lambda_tests.cpp ]