|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62189 - sandbox/stm/libs/stm/test
From: justin_at_[hidden]
Date: 2010-05-25 00:38:23
Author: jgottschlich
Date: 2010-05-25 00:38:22 EDT (Tue, 25 May 2010)
New Revision: 62189
URL: http://svn.boost.org/trac/boost/changeset/62189
Log:
added testBufferedDelete
Text files modified:
sandbox/stm/libs/stm/test/stm.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: sandbox/stm/libs/stm/test/stm.cpp
==============================================================================
--- sandbox/stm/libs/stm/test/stm.cpp (original)
+++ sandbox/stm/libs/stm/test/stm.cpp 2010-05-25 00:38:22 EDT (Tue, 25 May 2010)
@@ -31,6 +31,8 @@
#include "smart.h"
#include "pointer_test.h"
#include "testatom.h"
+#include "testEmbedded.h"
+#include "testBufferedDelete.h"
#if 0
#include "testLinkedListWithLocks.h"
#include "testHashMapAndLinkedListsWithLocks.h"
@@ -181,6 +183,8 @@
else if ("smart" == bench) test_smart();
else if ("pointer" == bench) pointer_test();
else if ("accounts" == bench) testAccounts();
+ else if ("embedded" == bench) testEmbedded();
+ else if ("delete" == bench) testBufferedDelete();
#if 0
else if ("linkedlist_w_locks" == bench) TestLinkedListWithLocks();
else if ("hashmap_w_locks" == bench) TestHashMapWithLocks();
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk