⛏️ index : haiku.git

SubDir HAIKU_TOP src tests kits interface layout ;

SetSubDirSupportedPlatforms haiku libbe_test ;

SimpleTest LayoutTest1 :
	LayoutTest1.cpp
	:
	be [ TargetLibstdc++ ] [ TargetLibsupc++ ]
;

if $(TARGET_PLATFORM) = libbe_test {
	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR)
		: LayoutTest1
		: tests!apps ;
}

HaikuSubInclude widget_layout_test ;