Link against /boot/home/config/lib/libopenbeos.so rather than the one in distr/... This adds the necessary dependency, so that you can be sure that when running the test, it will use a version that is up to date.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@262 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e1f41e5d53
commit
8e4f7c25a8
@ -15,7 +15,7 @@ CommonUnitTest BHandlerTester
|
||||
LockLooperWithTimeoutTest.cpp
|
||||
UnlockLooperTest.cpp
|
||||
: kits app
|
||||
: libopenbeos.so be stdc++.r4
|
||||
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
|
||||
: be stdc++.r4
|
||||
: app support
|
||||
;
|
||||
|
@ -5,7 +5,7 @@ CommonUnitTest BLooperTester
|
||||
IsMessageWaitingTest.cpp
|
||||
RemoveHandlerTest.cpp
|
||||
: kits app
|
||||
: libopenbeos.so be stdc++.r4
|
||||
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
|
||||
: be stdc++.r4
|
||||
: app support
|
||||
;
|
||||
|
@ -13,6 +13,6 @@ UnitTest BMessageQueueTester :
|
||||
: kits/app ;
|
||||
|
||||
LinkSharedOSLibs BMessageQueueTester :
|
||||
libopenbeos.so
|
||||
<boot!home!config!lib>libopenbeos.so
|
||||
be
|
||||
stdc++.r4 ;
|
||||
|
@ -5,7 +5,7 @@ CommonUnitTest BMessengerTester
|
||||
BMessengerTester.cpp
|
||||
TargetTester.cpp
|
||||
: kits app
|
||||
: libopenbeos.so be stdc++.r4
|
||||
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
|
||||
: be stdc++.r4
|
||||
: app support
|
||||
;
|
||||
|
@ -13,7 +13,7 @@ CommonUnitTest BArchivableTester
|
||||
LocalTestObject.cpp
|
||||
ValidateInstantiationTester.cpp
|
||||
: kits support
|
||||
: libopenbeos.so be stdc++.r4
|
||||
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
|
||||
: be stdc++.r4
|
||||
: support
|
||||
;
|
||||
|
@ -3,7 +3,7 @@ SubDir OBOS_TOP src tests kits support barchivable remoteobjectdef ;
|
||||
CommonUnitTest RemoteTestObject
|
||||
: RemoteTestObject.cpp
|
||||
: kits support
|
||||
: libopenbeos.so be stdc++.r4
|
||||
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
|
||||
: be stdc++.r4
|
||||
: support
|
||||
;
|
||||
|
@ -8,7 +8,7 @@ CommonUnitTest BAutolockTester
|
||||
AutolockLooperTest.cpp
|
||||
AutolockTestAddon.cpp
|
||||
: kits support
|
||||
: libopenbeos.so be stdc++.r4
|
||||
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
|
||||
: be stdc++.r4
|
||||
: support
|
||||
;
|
||||
|
@ -14,7 +14,7 @@ CommonUnitTest BLockerTester
|
||||
LockerTestCase.cpp
|
||||
SemaphoreLockCountTest1.cpp
|
||||
: kits support
|
||||
: libopenbeos.so be stdc++.r4
|
||||
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
|
||||
: be stdc++.r4
|
||||
: support
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user