xref: /haiku/src/tests/kits/shared/Jamfile (revision 2db0fbd87ec3eeed8ab9b08ecfd1c41891c7e3a6)
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