1SubDir HAIKU_TOP src tests servers app textview ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4AddSubDirSupportedPlatforms libbe_test ; 5 6UseHeaders [ FDirName os app ] ; 7UseHeaders [ FDirName os interface ] ; 8 9SimpleTest TextView : 10 main.cpp 11 : be [ TargetLibsupc++ ] ; 12 13#if ( $(TARGET_PLATFORM) = libbe_test ) { 14# HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : TextView 15# : tests!apps ; 16#} 17