1SubDir HAIKU_TOP src tests kits shared ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4AddSubDirSupportedPlatforms libbe_test ; 5 6UsePrivateHeaders shared ; 7 8UnitTestLib libsharedtest.so : 9 SharedTestAddon.cpp 10 11 CalendarViewTest.cpp 12 DriverSettingsMessageAdapterTest.cpp 13 JsonEndToEndTest.cpp 14 JsonErrorHandlingTest.cpp 15 JsonTextWriterTest.cpp 16 JsonToMessageTest.cpp 17 GeolocationTest.cpp 18 NaturalCompareTest.cpp 19 20 : be shared bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ] 21; 22 23SubInclude HAIKU_TOP src tests kits shared shake_filter ; 24