xref: /haiku/src/tests/kits/shared/Jamfile (revision cb29eafe2586fdb2d7685afa69fdab5d88a8b576)
1SubDir HAIKU_TOP src tests kits shared ;
2
3AddSubDirSupportedPlatforms libbe_test ;
4
5UsePrivateHeaders shared ;
6
7UnitTestLib libsharedtest.so :
8	SharedTestAddon.cpp
9
10	CalendarViewTest.cpp
11	DriverSettingsMessageAdapterTest.cpp
12	JsonEndToEndTest.cpp
13	JsonErrorHandlingTest.cpp
14	JsonTextWriterTest.cpp
15	JsonToMessageTest.cpp
16	GeolocationTest.cpp
17	KeymapTest.cpp
18	NaturalCompareTest.cpp
19
20	: be shared bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ]
21;
22
23SubInclude HAIKU_TOP src tests kits shared shake_filter ;
24