From 1f75dc9d529b5c4f5d644f3a2ae8d945f415c787 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sat, 15 Feb 2014 00:07:48 +0000 Subject: [PATCH] test/Jamfile run new test. --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index f2b88ba..9c7a9e1 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -86,6 +86,7 @@ test-suite phoenix_container : test-suite phoenix_scope : [ run scope/lambda_tests.cpp ] + [ run scope/more_lambda_tests.cpp ] # [ run scope/lambda_tests_phx2.cpp ] [ run scope/let_tests.cpp ] [ run scope/dynamic_tests.cpp ]