Build: adjust Jamfiles in unittests for libshared.a change.

This commit is contained in:
Jessica Hamilton 2016-01-16 15:44:26 +13:00
parent 8028ede7db
commit b8878f83ca
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ UnitTestLib libsharedtest.so :
GeolocationTest.cpp GeolocationTest.cpp
NaturalCompareTest.cpp NaturalCompareTest.cpp
: be libshared.a bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ] : be shared bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ]
; ;
SubInclude HAIKU_TOP src tests kits shared shake_filter ; SubInclude HAIKU_TOP src tests kits shared shake_filter ;

View File

@ -4,5 +4,5 @@ UsePrivateHeaders shared ;
Application ShakeFilterTest : Application ShakeFilterTest :
ShakeFilterTest.cpp ShakeFilterTest.cpp
: libshared.a be [ TargetLibsupc++ ] : shared be [ TargetLibsupc++ ]
; ;