xref: /haiku/src/tests/kits/shared/Jamfile (revision 644fa5a93845dc4a1bc155f1fd0f94ebdf0b47bc)
1SubDir HAIKU_TOP src tests kits shared ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6UsePrivateHeaders shared ;
7
8UnitTestLib libsharedtest.so :
9	SharedTestAddon.cpp
10
11	CalendarViewTest.cpp
12	GeolocationTest.cpp
13	NaturalCompareTest.cpp
14
15	: be libshared.a bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ]
16;
17
18SubInclude HAIKU_TOP src tests kits shared shake_filter ;
19