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 ChecksumJsonEventListener.cpp 12 DriverSettingsMessageAdapterTest.cpp 13 FakeJsonDataGenerator.cpp 14 JsonEndToEndTest.cpp 15 JsonErrorHandlingTest.cpp 16 JsonTextWriterTest.cpp 17 JsonToMessageTest.cpp 18 KeymapTest.cpp 19 LRUCacheTest.cpp 20 MemoryRingIOTest.cpp 21 NaturalCompareTest.cpp 22 23 : be shared bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ] 24; 25 26SubInclude HAIKU_TOP src tests kits shared shake_filter ; 27