summaryrefslogtreecommitdiff
path: root/libs/phoenix/test/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'libs/phoenix/test/Jamfile')
-rw-r--r--libs/phoenix/test/Jamfile49
1 files changed, 47 insertions, 2 deletions
diff --git a/libs/phoenix/test/Jamfile b/libs/phoenix/test/Jamfile
index 128dc1aa0..8120377f1 100644
--- a/libs/phoenix/test/Jamfile
+++ b/libs/phoenix/test/Jamfile
@@ -1,5 +1,6 @@
#==============================================================================
# Copyright (c) 2003-2006 Joel de Guzman
+# Copyright (c) 2014-2015 John Fletcher
#
# Use, modification and distribution is subject to the Boost Software
# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
@@ -51,6 +52,13 @@ test-suite phoenix_object :
test-suite phoenix_function :
[ run function/adapt_function.cpp ]
[ run function/function_tests.cpp ]
+ [ run function/lazy_argument_tests.cpp ]
+ [ run function/lazy_list_tests.cpp ]
+ [ run function/lazy_list2_tests.cpp ]
+ [ run function/lazy_list3_tests.cpp ]
+ [ run function/lazy_make_pair_tests.cpp ]
+ [ run function/lazy_templated_struct_tests.cpp ]
+ [ run function/lazy_operator_tests.cpp ]
# [ run function/function_tests_phx2.cpp ]
;
@@ -87,11 +95,36 @@ test-suite phoenix_container :
;
test-suite phoenix_scope :
- [ run scope/lambda_tests.cpp ]
+# [ run scope/lambda_tests.cpp ]
+# [ run scope/lambda_tests1.cpp ]
+ [ run scope/lambda_tests1a.cpp ]
+# [ run scope/lambda_tests1b.cpp ]
+ [ run scope/lambda_tests1b1p.cpp ]
+ [ run scope/lambda_tests1b1q.cpp ]
+ [ run scope/lambda_tests1b1r.cpp ]
+ [ run scope/lambda_tests1b1s.cpp ]
+ [ run scope/lambda_tests1b1t.cpp ]
+ [ run scope/lambda_tests1b2p.cpp ]
+ [ run scope/lambda_tests1b2q.cpp ]
+ [ run scope/lambda_tests1b2r.cpp ]
+ [ run scope/lambda_tests2.cpp ]
+ [ run scope/lambda_tests2a.cpp ]
+ [ run scope/lambda_tests3.cpp ]
+ [ run scope/lambda_tests3a.cpp ]
+# [ run scope/lambda_tests3a1.cpp ]
+ [ run scope/lambda_tests3b.cpp ]
# [ run scope/lambda_tests_phx2.cpp ]
[ run scope/let_tests.cpp ]
+ [ run scope/let_tests_113.cpp ]
+# [ run scope/let_tests_113a.cpp ]
+ [ run scope/let_tests_157.cpp ]
+# [ run scope/let_tests_157a.cpp ]
+ [ run scope/let_tests_rest.cpp ]
[ run scope/more_lambda_tests.cpp ]
[ run scope/more_let_tests.cpp ]
+# [ run scope/more_let_tests1.cpp ]
+# [ run scope/more_let_tests2a.cpp ]
+# [ run scope/more_let_tests2b.cpp ]
[ run scope/dynamic_tests.cpp ]
[ run scope/bug3289.cpp ]
[ run scope/bug8298.cpp ]
@@ -108,6 +141,7 @@ test-suite phoenix_algorithm :
[ run algorithm/transformation3.cpp ]
[ run algorithm/transformation4.cpp ]
[ run algorithm/querying.cpp ]
+ [ run algorithm/querying_find.cpp ]
[ run algorithm/querying2.cpp ]
;
@@ -116,6 +150,7 @@ test-suite phoenix_boost_bind_compatibility :
[ run boost_bind_compatibility/bind_const_test.cpp ]
[ run boost_bind_compatibility/bind_cv_test.cpp ]
[ run boost_bind_compatibility/bind_dm_test.cpp ]
+# [ run boost_bind_compatibility/bind_dm1_test.cpp ]
[ run boost_bind_compatibility/bind_dm2_test.cpp ]
[ run boost_bind_compatibility/bind_dm3_test.cpp ]
[ run boost_bind_compatibility/bind_eq_test.cpp ]
@@ -123,6 +158,7 @@ test-suite phoenix_boost_bind_compatibility :
[ run boost_bind_compatibility/bind_eq3_test.cpp ]
[ run boost_bind_compatibility/bind_fn2_test.cpp ]
[ run boost_bind_compatibility/bind_function_test.cpp ]
+ [ run boost_bind_compatibility/bind_interoperation_test.cpp ]
[ run boost_bind_compatibility/bind_mf2_test.cpp ]
[ run boost_bind_compatibility/bind_not_test.cpp ]
[ run boost_bind_compatibility/bind_placeholder_test.cpp ]
@@ -130,8 +166,16 @@ test-suite phoenix_boost_bind_compatibility :
[ run boost_bind_compatibility/bind_rel_test.cpp ]
[ run boost_bind_compatibility/bind_rvalue_test.cpp ]
[ run boost_bind_compatibility/bind_rv_sp_test.cpp ]
+# [ run boost_bind_compatibility/bind_rv_sp1_test.cpp ]
+# [ run boost_bind_compatibility/bind_rv_sp2_test.cpp ]
+# [ run boost_bind_compatibility/bind_rv_sp3_test.cpp ]
+# [ run boost_bind_compatibility/bind_rv_sp4_test.cpp ]
+# [ run boost_bind_compatibility/bind_rv_sp5_test.cpp ]
+# [ run boost_bind_compatibility/bind_rv_sp6_test.cpp ]
+# [ run boost_bind_compatibility/bind_rv_sp7_test.cpp ]
[ run boost_bind_compatibility/bind_stateful_test.cpp ]
[ run boost_bind_compatibility/bind_test.cpp ]
+# [ run boost_bind_compatibility/bind_void_dm_test.cpp ]
;
test-suite phoenix_regression :
@@ -155,7 +199,7 @@ test-suite phoenix_include :
[ run include/object.cpp ]
[ run include/operator.cpp ]
[ run include/scope.cpp ]
- [ run include/spirit.cpp ]
+# [ run include/spirit.cpp ]
# [ run include/spirit_no_specialize.cpp ]
[ run include/statement.cpp ]
[ run include/stl.cpp ]
@@ -181,6 +225,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 ]