summaryrefslogtreecommitdiff
path: root/libs/functional/factory/test/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'libs/functional/factory/test/Jamfile')
-rw-r--r--libs/functional/factory/test/Jamfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/functional/factory/test/Jamfile b/libs/functional/factory/test/Jamfile
index 6c4f6eb82..fe5041f3e 100644
--- a/libs/functional/factory/test/Jamfile
+++ b/libs/functional/factory/test/Jamfile
@@ -14,5 +14,9 @@ test-suite functional/factory
[ run value_factory.cpp ]
[ run factory.cpp ]
[ run factory_with_allocator.cpp ]
+ [ compile-fail factory_with_none_t.cpp ]
+ [ run factory.cpp : : : <define>BOOST_FUNCTIONAL_FACTORY_SUPPORT_NONE_T : none_t_factory ]
+ [ run factory_with_allocator.cpp : : : <define>BOOST_FUNCTIONAL_FACTORY_SUPPORT_NONE_T : none_t_factory_with_allocator ]
+ [ run factory_with_none_t.cpp : : : <define>BOOST_FUNCTIONAL_FACTORY_SUPPORT_NONE_T : none_t_factory_with_none_t ]
;