xref: /haiku/src/tests/kits/shared/Jamfile (revision 0975f16f7ca94b654cb6a55b3316daae89843abb)
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	DriverSettingsMessageAdapterTest.cpp
13	GeolocationTest.cpp
14	NaturalCompareTest.cpp
15
16	: be libshared.a bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ]
17;
18
19SubInclude HAIKU_TOP src tests kits shared shake_filter ;
20