From da8e06a309c69b2370165ead3339fbc6c5d4bfc4 Mon Sep 17 00:00:00 2001 From: beveloper Date: Wed, 23 Oct 2002 19:13:06 +0000 Subject: [PATCH] All tests excluded from build. Sorry. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1626 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jamfile b/src/Jamfile index 24d3ca0586..3174dd0bae 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -7,5 +7,5 @@ SubInclude OBOS_TOP src kits ; SubInclude OBOS_TOP src libs ; SubInclude OBOS_TOP src prefs ; SubInclude OBOS_TOP src servers ; -SubInclude OBOS_TOP src tests ; +#SubInclude OBOS_TOP src tests ; SubInclude OBOS_TOP src tools ;