From 33b577d3b3c2771878b3aca801e5eb2efd5e1fd0 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 17 Apr 2008 13:10:07 +0000 Subject: [PATCH] Patch by Vasilis Kaoutsis: Added mmap/munmap tests. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24999 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/system/benchmarks/libMicro/Jamfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tests/system/benchmarks/libMicro/Jamfile b/src/tests/system/benchmarks/libMicro/Jamfile index 71eb70e1a7..6d56dfc85d 100644 --- a/src/tests/system/benchmarks/libMicro/Jamfile +++ b/src/tests/system/benchmarks/libMicro/Jamfile @@ -199,17 +199,17 @@ BinCommand mktime : BinCommand mprotect : : libelided.a libroot.so ; -# atm unsupported -BinCommand mmap : - : libelided.a libroot.so ; +BinCommand mmap : + mmap.c + : libmicro.a libroot.so ; # atm unsupported BinCommand msync : : libelided.a libroot.so ; -# atm unsupported -BinCommand munmap : - : libelided.a libroot.so ; +BinCommand munmap : + munmap.c + : libmicro.a libroot.so ; # atm unsupported BinCommand mutex :