diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 02433a5..8a6be9a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -9,14 +9,17 @@ test-suite "parameter" [ run sfinae.cpp ] [ run macros.cpp ] [ run unnamed.cpp ] + [ run earwicker.cpp ] [ run tutorial.cpp ] [ run singular.cpp ] - [ run efficiency.cpp : : : : : release ] - [ run earwicker.cpp ] [ run mpl.cpp ] [ run preprocessor.cpp ] + [ run efficiency.cpp : : : : : release ] + [ run maybe.cpp ] [ compile ntp.cpp ] [ compile unwrap_cv_reference.cpp ] [ compile-fail duplicates.cpp ] + [ compile-fail unnamed_fail.cpp ] [ compile compose.cpp ] ; +