From cdab2564e822af6ff204fa16c5de4af45cfc4ce5 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Fri, 21 Feb 2014 06:57:07 +0000 Subject: [PATCH] test/Jamfile Edit to run new test for spirit --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index f6ac6ce..0a252f8 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -151,6 +151,7 @@ test-suite phoenix_include : [ run include/object.cpp ] [ run include/operator.cpp ] [ run include/scope.cpp ] + [ run include/spirit.cpp ] [ run include/statement.cpp ] [ run include/stl.cpp ] [ run include/version.cpp ]