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