xref: /haiku/src/tests/kits/shared/Jamfile (revision 6d2f2ec177bf615a117a7428d71be4330545b320)
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