diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index c6f6198..2708e1e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -6,6 +6,8 @@ test-suite "parameter" [ run macros.cpp ] [ run unnamed.cpp ] [ run tutorial.cpp ] - [ run efficiency.cpp : : : release ] + [ run singular.cpp ] + [ run efficiency.cpp : : : : : release ] [ compile unwrap_cv_reference.cpp ] + [ compile-fail duplicates.cpp ] ;