From 839157e97ca6fcb6a0243ec910536f6f9cd20a2b Mon Sep 17 00:00:00 2001 From: Salvatore Benedetto Date: Sun, 10 Aug 2008 15:39:11 +0000 Subject: [PATCH] * Removing bonnie in favor of bonnie++-1.03d BTW: I've added bonnie++ as it is. That is, I just realized that some unnecessary directory/files (like debian) could have been removed. They shouldn't harm ;-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26920 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/system/libroot/posix/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/system/libroot/posix/Jamfile b/src/tests/system/libroot/posix/Jamfile index 871c908f4f..5b4d22bfc5 100644 --- a/src/tests/system/libroot/posix/Jamfile +++ b/src/tests/system/libroot/posix/Jamfile @@ -69,7 +69,7 @@ SEARCH on [ FGristFiles syslog.cpp ] = [ FDirName $(HAIKU_TOP) src system libroot posix ] ; -SubInclude HAIKU_TOP src tests system libroot posix bonnie ; +SubInclude HAIKU_TOP src tests system libroot posix bonnie++-1.03d ; SubInclude HAIKU_TOP src tests system libroot posix math ; SubInclude HAIKU_TOP src tests system libroot posix posixtestsuite ; SubInclude HAIKU_TOP src tests system libroot posix string ;