From b2208589c9e36dcc16d1341fab589ee3741c4f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 12 May 2008 09:58:31 +0000 Subject: [PATCH] Patch from Kaoutsis to enable mutex and pthread_create tests. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25460 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/system/benchmarks/libMicro/Jamfile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/tests/system/benchmarks/libMicro/Jamfile b/src/tests/system/benchmarks/libMicro/Jamfile index 6d56dfc85d..fdeaf6d536 100644 --- a/src/tests/system/benchmarks/libMicro/Jamfile +++ b/src/tests/system/benchmarks/libMicro/Jamfile @@ -211,9 +211,9 @@ BinCommand munmap : munmap.c : libmicro.a libroot.so ; -# atm unsupported -BinCommand mutex : - : libelided.a libroot.so ; +BinCommand mutex : + mutex.c + : libmicro.a libroot.so ; BinCommand nop : nop.c @@ -235,10 +235,9 @@ BinCommand pread : pread.c : libmicro.a libroot.so ; -# atm unsupported -# needs pthread_attr_setstacksize -BinCommand pthread_create : - : libelided.a libroot.so ; +BinCommand pthread_create : + pthread_create.c + : libmicro.a libroot.so ; BinCommand pwrite : pwrite.c