|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53582 - sandbox/stm/libs/stm/test
From: justin_at_[hidden]
Date: 2009-06-02 20:00:05
Author: jgottschlich
Date: 2009-06-02 20:00:04 EDT (Tue, 02 Jun 2009)
New Revision: 53582
URL: http://svn.boost.org/trac/boost/changeset/53582
Log:
added Sebastian's test to test suite.
Text files modified:
sandbox/stm/libs/stm/test/stm.cpp | 2 ++
1 files changed, 2 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 2009-06-02 20:00:04 EDT (Tue, 02 Jun 2009)
@@ -30,6 +30,7 @@
#include "testHT_latm.h"
#include "smart.h"
#include "pointer_test.h"
+#include "testatom.h"
#if 0
#include "testLinkedListWithLocks.h"
#include "testHashMapAndLinkedListsWithLocks.h"
@@ -179,6 +180,7 @@
else if ("ll" == bench) TestLinkedListSetsWithLocks();
else if ("smart" == bench) test_smart();
else if ("pointer" == bench) pointer_test();
+ else if ("accounts" == bench) testAccounts();
#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