From 31ea392998d61dfa17d5bed4515ccbfbef5ca355 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 27 Jan 2006 21:37:05 +0000 Subject: [PATCH] Merge in material from the parameter-python branch that should have been included here. [SVN r32445] --- test/Jamfile.v2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2708e1e..2254bcd 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,5 +1,9 @@ # Boost Parameter Library test Jamfile +project boost/parameter + : default-build off + ; + test-suite "parameter" : [ run basics.cpp ] [ run sfinae.cpp ] @@ -8,6 +12,8 @@ test-suite "parameter" [ run tutorial.cpp ] [ run singular.cpp ] [ run efficiency.cpp : : : : : release ] + [ run earwicker.cpp ] + [ run mpl.cpp ] [ compile unwrap_cv_reference.cpp ] [ compile-fail duplicates.cpp ] ;