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
This commit is contained in:
Ingo Weinhold 2002-07-12 20:40:28 +00:00
parent edcba68313
commit 0b0485aa13

View File

@ -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 ""