* 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

View File

@ -2,8 +2,6 @@ SubDir HAIKU_TOP src apps deskcalc ;
SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
Application DeskCalc :
CalcApplication.cpp
CalcOptionsWindow.cpp
@ -17,7 +15,3 @@ Application DeskCalc :
: DeskCalc.rdef
;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : DeskCalc
: tests!apps ;
}

View File

@ -1,7 +1,5 @@
SubDir HAIKU_TOP src apps launchbox ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders shared ;
Application LaunchBox :
@ -18,7 +16,3 @@ Application LaunchBox :
: LaunchBox.rdef
;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : LaunchBox
: tests!apps ;
}

View File

@ -1,7 +1,6 @@
SubDir HAIKU_TOP src preferences backgrounds ;
SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders shared ;
@ -14,7 +13,3 @@ Preference Backgrounds :
: Backgrounds.rdef
;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Backgrounds
: tests!apps ;
}

View File

@ -1,7 +1,6 @@
SubDir HAIKU_TOP src preferences joysticks ;
SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
Preference Joysticks :
CalibWin.cpp
@ -12,7 +11,3 @@ Preference Joysticks :
: Joysticks.rdef
;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Joysticks
: tests!apps ;
}

View File

@ -1,7 +1,6 @@
SubDir HAIKU_TOP src preferences time ;
SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders kernel ;
UseArchHeaders $(TARGET_ARCH) ;
@ -24,7 +23,3 @@ Preference Time :
: Time.rdef
;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Time
: tests!apps ;
}