1SubDir HAIKU_TOP src tests kits interface layout widget_layout_test ; 2 3SetSubDirSupportedPlatforms haiku libbe_test ; 4 5SimpleTest WidgetLayoutTest : 6 WidgetLayoutTest.cpp 7 : 8 be 9; 10 11if $(TARGET_PLATFORM) = libbe_test { 12 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) 13 : WidgetLayoutTest 14 : tests!apps ; 15} 16