From e9ceaaa2bb7c2b64a2c82f9e63df29bfbcd245c1 Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Tue, 10 Apr 2012 16:22:51 +0000 Subject: [PATCH] Thread: Set examples exmplcit [SVN r77888] --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 3afda3a8..25595e4a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -467,7 +467,7 @@ rule thread-compile-fail-V2 ( sources : reqs * : name ) #[ thread-run2 ./threads/container/thread_ptr_list_pass.cpp : thread_ptr_list_p ] ; - explicit examples ; + #explicit examples ; test-suite ts_examples : [ thread-run ../example/monitor.cpp ]