From 64a02259ef71407e0ebc832781e3e094e4ff2083 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Fri, 24 Jan 2014 13:17:59 +0000 Subject: [PATCH] test/Jamfile add two include/bind tests --- test/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile b/test/Jamfile index 95fb322..8bc973b 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -140,6 +140,8 @@ test-suite phoenix_include : [ run include/statement.cpp ] [ run include/stl.cpp ] [ run include/version.cpp ] + [ run include/bind/bind_member_function.cpp] + [ run include/bind/bind_member_variable.cpp] [ run include/core/actor.cpp ] [ run include/core/argument.cpp ] [ run include/core/arity.cpp ]