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