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