From ee5f871f1ae25fc8d48cf4bb8b5aaaece178d2fe Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Mon, 9 Apr 2012 18:56:39 +0000 Subject: [PATCH] Thread: fix commit error [SVN r77857] --- test/Jamfile.v2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index ee3635ec..c695d9a4 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -503,5 +503,10 @@ rule thread-compile-fail-V2 ( sources : reqs * : name ) [ thread-run2 ./sync/mutual_exclusion/locks/reverse_lock/types_pass.cpp : reverse_lock__types_p ] ; + explicit tt ; + test-suite tt + : + [ thread-run test_ml.cpp ] + ; }