diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index faaea5a..02433a5 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -18,4 +18,5 @@ test-suite "parameter" [ compile ntp.cpp ] [ compile unwrap_cv_reference.cpp ] [ compile-fail duplicates.cpp ] + [ compile compose.cpp ] ;