Skip to content

Commit 0e7c436

Browse files
committed
Thread: Added container tests
[SVN r77887]
1 parent 745e23f commit 0e7c436

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Jamfile.v2

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import testing ;
2121

2222
project
2323
: requirements
24-
#<threading>multi
24+
<threading>multi
2525

2626
<warnings>all
2727
<toolset>gcc:<cxxflags>-Wextra
@@ -463,6 +463,8 @@ rule thread-compile-fail-V2 ( sources : reqs * : name )
463463
[ thread-run2 ./threads/thread/members/swap_pass.cpp : thread__swap_p ]
464464
[ thread-run2 ./threads/thread/non_members/swap_pass.cpp : swap_threads_p ]
465465
[ thread-run2 ./threads/thread/static/hardware_concurrency_pass.cpp : thread__hardware_concurrency_p ]
466+
#[ thread-run2 ./threads/container/thread_vector_pass.cpp : thread_vector_p ]
467+
#[ thread-run2 ./threads/container/thread_ptr_list_pass.cpp : thread_ptr_list_p ]
466468
;
467469

468470
explicit examples ;

0 commit comments

Comments
 (0)