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