No longer used

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@331 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder 2002-07-19 06:27:49 +00:00
parent 8480ee0c2c
commit da21df9f97
3 changed files with 0 additions and 59 deletions

View File

@ -1,24 +0,0 @@
SubDir OBOS_TOP src tests kits support barchivable ;
# Fails to compile. Remove the "if" when it does.
if "" {
SubDirHdrs [ FDirName $(OBOS_TOP) src tests kits app ] ;
CommonUnitTest BArchivableTester
: main.cpp
BArchivableTester.cpp
FindInstantiationFuncTester.cpp
InstantiateObjectTester.cpp
LocalTestObject.cpp
ValidateInstantiationTester.cpp
: kits support
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
: be stdc++.r4
: support
;
} # if ""
SubInclude OBOS_TOP src tests kits support barchivable remoteobjectdef ;

View File

@ -1,17 +0,0 @@
SubDir OBOS_TOP src tests kits support bautolock ;
# Fails to compile. Remove the "if" when it does.
if "" {
CommonUnitTest BAutolockTester
: AutolockLockerTest.cpp
AutolockLooperTest.cpp
AutolockTestAddon.cpp
: kits support
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
: be stdc++.r4
: support
;
} # if ""

View File

@ -1,18 +0,0 @@
SubDir OBOS_TOP src tests kits support blocker ;
CommonTestLib libsupporttest_blocker.so
: LockerTest.cpp
BenaphoreLockCountTest1.cpp
ConcurrencyTest1.cpp
ConcurrencyTest2.cpp
ConstructionTest1.cpp
DestructionTest1.cpp
DestructionTest2.cpp
LockerTestCase.cpp
SemaphoreLockCountTest1.cpp
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
: be stdc++.r4
:
: support
;