* remove these targets from the app_server test environment, they are not

really needed in this context anymore


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2007-12-25 01:21:32 +00:00
parent de114fc764
commit 966510fd6b
5 changed files with 0 additions and 27 deletions
-6
View File
@@ -2,8 +2,6 @@ SubDir HAIKU_TOP src apps deskcalc ;
SetSubDirSupportedPlatformsBeOSCompatible ; SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
Application DeskCalc : Application DeskCalc :
CalcApplication.cpp CalcApplication.cpp
CalcOptionsWindow.cpp CalcOptionsWindow.cpp
@@ -17,7 +15,3 @@ Application DeskCalc :
: DeskCalc.rdef : DeskCalc.rdef
; ;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : DeskCalc
: tests!apps ;
}
-6
View File
@@ -1,7 +1,5 @@
SubDir HAIKU_TOP src apps launchbox ; SubDir HAIKU_TOP src apps launchbox ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders shared ; UsePrivateHeaders shared ;
Application LaunchBox : Application LaunchBox :
@@ -18,7 +16,3 @@ Application LaunchBox :
: LaunchBox.rdef : LaunchBox.rdef
; ;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : LaunchBox
: tests!apps ;
}
-5
View File
@@ -1,7 +1,6 @@
SubDir HAIKU_TOP src preferences backgrounds ; SubDir HAIKU_TOP src preferences backgrounds ;
SetSubDirSupportedPlatformsBeOSCompatible ; SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders shared ; UsePrivateHeaders shared ;
@@ -14,7 +13,3 @@ Preference Backgrounds :
: Backgrounds.rdef : Backgrounds.rdef
; ;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Backgrounds
: tests!apps ;
}
-5
View File
@@ -1,7 +1,6 @@
SubDir HAIKU_TOP src preferences joysticks ; SubDir HAIKU_TOP src preferences joysticks ;
SetSubDirSupportedPlatformsBeOSCompatible ; SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
Preference Joysticks : Preference Joysticks :
CalibWin.cpp CalibWin.cpp
@@ -12,7 +11,3 @@ Preference Joysticks :
: Joysticks.rdef : Joysticks.rdef
; ;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Joysticks
: tests!apps ;
}
-5
View File
@@ -1,7 +1,6 @@
SubDir HAIKU_TOP src preferences time ; SubDir HAIKU_TOP src preferences time ;
SetSubDirSupportedPlatformsBeOSCompatible ; SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders kernel ; UsePrivateHeaders kernel ;
UseArchHeaders $(TARGET_ARCH) ; UseArchHeaders $(TARGET_ARCH) ;
@@ -24,7 +23,3 @@ Preference Time :
: Time.rdef : Time.rdef
; ;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Time
: tests!apps ;
}