commit | 00d4252392d9159202cd6ffc4b3294f85265310f | [log] [tgz] |
---|---|---|
author | James E. King, III <jking@apache.org> | Tue Apr 04 09:32:45 2017 -0400 |
committer | James E. King, III <jking@apache.org> | Tue Apr 04 09:32:45 2017 -0400 |
tree | b0514fd2f7ee3c10e2008cec33841344ce84ab16 | |
parent | 7e7a1a7c1027d30294da24e5d3f299ff90313c34 [diff] [blame] |
THRIFT-3978: tighten up pthread mutex implementation, removing asserts and replacing them with exceptions Client: cpp This closes #1228
diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index d387297..f61cff1 100755 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am
@@ -123,7 +123,8 @@ if !WITH_BOOSTTHREADS UnitTests_SOURCES += \ - RWMutexStarveTest.cpp + concurrency/MutexTest.cpp \ + concurrency/RWMutexStarveTest.cpp endif UnitTests_LDADD = \