From 8092ddfd4f8abcee34ad0b93f7baa465883bbc64 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sat, 22 Feb 2014 11:21:41 +0000 Subject: [PATCH] test/Jamfile Add extra test spirit_no_specialize --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index 0a252f8..b8e2a57 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -152,6 +152,7 @@ test-suite phoenix_include : [ run include/operator.cpp ] [ run include/scope.cpp ] [ run include/spirit.cpp ] + [ run include/spirit_no_specialize.cpp ] [ run include/statement.cpp ] [ run include/stl.cpp ] [ run include/version.cpp ]