summaryrefslogtreecommitdiff
path: root/libs/variant/test/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'libs/variant/test/Jamfile.v2')
-rw-r--r--libs/variant/test/Jamfile.v23
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/variant/test/Jamfile.v2 b/libs/variant/test/Jamfile.v2
index 91b30595e..c861ac94f 100644
--- a/libs/variant/test/Jamfile.v2
+++ b/libs/variant/test/Jamfile.v2
@@ -28,10 +28,12 @@ test-suite variant
[ run variant_reference_test.cpp ]
[ run variant_comparison_test.cpp ]
[ run variant_visit_test.cpp ]
+ [ run variant_get_test.cpp ]
[ run variant_polymorphic_get_test.cpp ]
[ run variant_multivisit_test.cpp ]
[ run hash_variant_test.cpp ]
[ run rvalue_test.cpp ]
+ [ run variant_nonempty_check.cpp ]
[ run recursive_variant_test.cpp : : : <define>BOOST_NO_EXCEPTIONS
<toolset>gcc-4.3:<cxxflags>-fno-exceptions
<toolset>gcc-4.4:<cxxflags>-fno-exceptions
@@ -44,6 +46,7 @@ test-suite variant
]
[ run recursive_variant_test.cpp : : : <rtti>off <define>BOOST_NO_RTTI <define>BOOST_NO_TYPEID : variant_no_rtti_test ]
[ run variant_swap_test.cpp ]
+ [ run auto_visitors.cpp ]
;