From d2a29ae36bc80daf0abf8dcf83da5bd1bd5a1b55 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 5 Jan 2004 15:06:10 +0000 Subject: [PATCH] merged from trunk [SVN r21502] --- test/Jamfile | 2 ++ 1 file changed, 2 insertions(+) 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 ;