From 4880292c07fd89a78fb9d070ee3c8b77f56f55aa Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 6 Apr 2008 16:23:42 +0000 Subject: [PATCH] Add MT runs of yield_k_test and spinlock_try_test. [SVN r44073] --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d77a4b3..5c0a459 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -38,7 +38,9 @@ import testing ; [ run esft_regtest.cpp ] [ run esft_constructor_test.cpp ] [ run yield_k_test.cpp ] + [ run yield_k_test.cpp : : : multi : yield_k_test.mt ] [ run spinlock_test.cpp ] [ run spinlock_try_test.cpp ] + [ run spinlock_try_test.cpp : : : multi : spinlock_try_test.mt ] ; }