diff --git a/test/Jamfile b/test/Jamfile index eb60b03..ebf8b9d 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -3,6 +3,8 @@ subproject libs/mpl/test ; # bring in rules for testing import testing ; +compile aux_/has_xxx.cpp ; + compile advance.cpp ; compile always.cpp ; compile apply.cpp ;