xref: /haiku/src/tests/kits/shared/Jamfile (revision 7c86c4573f697c129540e52d6b926937f3b00e16)
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	JsonEndToEndTest.cpp
14	JsonErrorHandlingTest.cpp
15	JsonTextWriterTest.cpp
16	JsonToMessageTest.cpp
17	GeolocationTest.cpp
18	NaturalCompareTest.cpp
19
20	: be shared bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ]
21;
22
23SubInclude HAIKU_TOP src tests kits shared shake_filter ;
24