1SubDir HAIKU_TOP src apps workspaces ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4AddSubDirSupportedPlatforms libbe_test ; 5 6Application Workspaces : 7 Workspaces.cpp 8 : be 9 : Workspaces.rdef 10 ; 11 12if $(TARGET_PLATFORM) = libbe_test { 13 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Workspaces 14 : tests!apps ; 15} 16