diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index fcb27ec..401260f 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -4,5 +4,6 @@ test-suite "parameter" : [ run basics.cpp ] [ run sfinae.cpp ] [ run macros.cpp ] + [ run unnamed.cpp ] [ compile unwrap_cv_reference.cpp ] ;