Update of /cvsroot/boost/boost/libs/thread/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25145
Modified Files:
Tag: thread_rewrite
Jamfile
Log Message:
Started to add tests for locking concepts; ensure mutex::scoped_lock throws
when try to lock if already locked
Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/thread/test/Jamfile,v
retrieving revision 1.34.8.1
retrieving revision 1.34.8.2
diff -u -d -r1.34.8.1 -r1.34.8.2
--- Jamfile 12 Apr 2006 16:48:04 -0000 1.34.8.1
+++ Jamfile 8 Jun 2006 14:12:10 -0000 1.34.8.2
@@ -88,6 +88,7 @@
[ run test_xtime.cpp <template>boost_thread_test_dll ]
[ run test_barrier.cpp <template>boost_thread_test_dll ]
[ run test_read_write_mutex.cpp <template>boost_thread_test_dll ]
+ [ run test_lock_concept.cpp <template>boost_thread_test_dll ]
[ run test_thread.cpp <template>boost_thread_test_lib : :
: : test_thread_lib ]
[ run test_mutex.cpp <template>boost_thread_test_lib : :
: : test_mutex_lib ]
@@ -97,6 +98,7 @@
[ run test_xtime.cpp <template>boost_thread_test_lib : :
: : test_xtime_lib ]
[ run test_barrier.cpp <template>boost_thread_test_lib : :
: : test_barrier_lib ]
[ run test_read_write_mutex.cpp <template>boost_thread_test_lib : :
: : test_read_write_mutex_lib ]
+ [ run test_lock_concept.cpp <template>boost_thread_test_lib : : : :
test_lock_concept_lib ]
[ run test_thread.cpp <template>boost_thread_test_dll_checked_mutex
: : : : test_thread_dll_checked_mutex ]
[ run test_mutex.cpp <template>boost_thread_test_dll_checked_mutex
: : : : test_mutex_dll_checked_mutex ]
@@ -106,5 +108,6 @@
[ run test_xtime.cpp <template>boost_thread_test_dll_checked_mutex
: : : : test_xtime_dll_checked_mutex ]
[ run test_barrier.cpp
<template>boost_thread_test_dll_checked_mutex : : : :
test_barrier_dll_checked_mutex ]
[ run test_read_write_mutex.cpp
<template>boost_thread_test_dll_checked_mutex : : : :
test_read_write_mutex_dll_checked_mutex ]
+ [ run test_lock_concept.cpp
<template>boost_thread_test_dll_checked_mutex : : : :
test_lock_concept_dll_checked_mutex ]
;
}
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs