From d90070028456f82aef87edd38df173e1c606a9b0 Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Fri, 10 Mar 2006 07:19:55 +0000 Subject: [PATCH] fixed v2 jamfile [SVN r33299] --- test/Jamfile.v2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 02433a5..8a6be9a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -9,14 +9,17 @@ test-suite "parameter" [ run sfinae.cpp ] [ run macros.cpp ] [ run unnamed.cpp ] + [ run earwicker.cpp ] [ run tutorial.cpp ] [ run singular.cpp ] - [ run efficiency.cpp : : : : : release ] - [ run earwicker.cpp ] [ run mpl.cpp ] [ run preprocessor.cpp ] + [ run efficiency.cpp : : : : : release ] + [ run maybe.cpp ] [ compile ntp.cpp ] [ compile unwrap_cv_reference.cpp ] [ compile-fail duplicates.cpp ] + [ compile-fail unnamed_fail.cpp ] [ compile compose.cpp ] ; +