diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 81547dc..927a98a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -55,4 +55,7 @@ test-suite iterator [ run minimum_category.cpp ] [ compile-fail minimum_category_compile_fail.cpp ] + + [ run advance_test.cpp ] + [ run distance_test.cpp ] ;