build Magnify for the app_server test environment also

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18636 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2006-08-26 13:57:31 +00:00
parent 4c25eb4d04
commit 100fd931d7
+7
View File
@@ -2,8 +2,15 @@ SubDir HAIKU_TOP src apps magnify ;
SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
Application Magnify :
Magnify.cpp
: be tracker game
: Magnify.rdef
;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Magnify
: tests!apps ;
}