xref: /haiku/src/tests/kits/shared/Jamfile (revision d123849688fadac4a8cebe5925c034fdfff971db)
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	LRUCacheTest.cpp
19	NaturalCompareTest.cpp
20
21	: be shared bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ]
22;
23
24SubInclude HAIKU_TOP src tests kits shared shake_filter ;
25