1SubDir HAIKU_TOP src tests kits interface layout widget_layout_test ; 2 3SetSubDirSupportedPlatforms haiku libbe_test ; 4 5SimpleTest WidgetLayoutTest : 6 WidgetLayoutTest.cpp 7 8 CheckBox.cpp 9 GroupView.cpp 10 StringView.cpp 11 TwoDimensionalSliderView.cpp 12 View.cpp 13 ViewContainer.cpp 14 WrapperView.cpp 15 : 16 be 17; 18 19if $(TARGET_PLATFORM) = libbe_test { 20 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) 21 : WidgetLayoutTest 22 : tests!apps ; 23} 24