From 61fb5c5e9b1d5678341fa5d18348cba74bf010c0 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 18 Jan 2006 12:46:30 +0000 Subject: [PATCH] Update Jamfile.v2 [SVN r32351] --- test/Jamfile.v2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index c6f6198..2708e1e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -6,6 +6,8 @@ test-suite "parameter" [ run macros.cpp ] [ run unnamed.cpp ] [ run tutorial.cpp ] - [ run efficiency.cpp : : : release ] + [ run singular.cpp ] + [ run efficiency.cpp : : : : : release ] [ compile unwrap_cv_reference.cpp ] + [ compile-fail duplicates.cpp ] ;