From 4a76a1d7e370972350e8a5c8026adb2e04594d9e Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Wed, 31 Dec 2014 11:13:08 +0000 Subject: [PATCH] test/Jamfile add new tests lambda_test2,2a,3 (3a not yet in use) --- test/Jamfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Jamfile b/test/Jamfile index b57e103..857bce1 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -89,6 +89,10 @@ test-suite phoenix_container : test-suite phoenix_scope : [ run scope/lambda_tests.cpp ] [ run scope/lambda_tests1.cpp ] + [ run scope/lambda_tests2.cpp ] + [ run scope/lambda_tests2a.cpp ] + [ run scope/lambda_tests3.cpp ] +# [ run scope/lambda_tests3a.cpp ] # [ run scope/lambda_tests_phx2.cpp ] [ run scope/let_tests.cpp ] [ run scope/more_lambda_tests.cpp ]