From 0b0485aa135c1af051567d2628ec2bc970c23fac Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 12 Jul 2002 20:40:28 +0000 Subject: [PATCH] Exclude the storage kit tests from the build until they will compile again. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@159 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/storage/Jamfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tests/kits/storage/Jamfile b/src/tests/kits/storage/Jamfile index 695bdf59cc..ee88fc7e61 100644 --- a/src/tests/kits/storage/Jamfile +++ b/src/tests/kits/storage/Jamfile @@ -1,5 +1,9 @@ SubDir OBOS_TOP src tests kits storage ; +# Exclude the whole thing until it compiles again. +if "" +{ + CommonUnitTest StorageKitTester : StorageKitTester.cpp BasicTest.cpp @@ -41,3 +45,5 @@ CommonUnitTest StorageKitTester RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] ; DEPENDS StorageKitTester StorageKitTester_r5 : $(resdir) ; } + +} # if ""