Add MT runs of yield_k_test and spinlock_try_test.

[SVN r44073]
This commit is contained in:
Peter Dimov
2008-04-06 16:23:42 +00:00
parent 6b25c57712
commit 4880292c07

View File

@ -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 : : : <threading>multi : yield_k_test.mt ]
[ run spinlock_test.cpp ]
[ run spinlock_try_test.cpp ]
[ run spinlock_try_test.cpp : : : <threading>multi : spinlock_try_test.mt ]
;
}