diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 89950ac..d5cff48 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -53,6 +53,9 @@ import testing ; [ run libs/function/test/function_ref_cxx98.cpp : : : : ] [ run libs/function/test/function_ref_portable.cpp : : : : ] + + [ run libs/function/test/contains_test.cpp : : : : ] + ; } \ No newline at end of file