From bee3ccbb6c20eb1930ccc13a447c3fe642906291 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 28 Nov 2006 17:28:34 +0000 Subject: [PATCH] Change tests to run and compile-fail. [SVN r36196] --- Jamfile.v2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jamfile.v2 b/Jamfile.v2 index fb7b31a..7b3a802 100644 --- a/Jamfile.v2 +++ b/Jamfile.v2 @@ -5,9 +5,9 @@ import testing ; test-suite concept_check - : [ compile stl_concept_covering.cpp ] - [ compile concept_check_test.cpp ] - [ compile class_concept_check_test.cpp ] - [ link-fail concept_check_fail_expected.cpp ] - [ link-fail class_concept_fail_expected.cpp ] + : [ run stl_concept_covering.cpp ] + [ run concept_check_test.cpp ] + [ run class_concept_check_test.cpp ] + [ compile-fail concept_check_fail_expected.cpp ] + [ compile-fail class_concept_fail_expected.cpp ] ;