⛏️ index : haiku.git

SubDir HAIKU_TOP src tests servers app tiled_bitmap_test ;

AddSubDirSupportedPlatforms libbe_test ;

UseHeaders [ FDirName os app ] ;
UseHeaders [ FDirName os interface ] ;

Application TiledBitmapTest :
	TiledBitmapTest.cpp
	: be [ TargetLibstdc++ ] [ TargetLibsupc++ ]
;

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