Adds two more applications to the test environment: Screen and Workspaces.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15140 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
SubDir HAIKU_TOP src preferences screen ;
|
||||
|
||||
AddSubDirSupportedPlatforms libbe_test ;
|
||||
|
||||
UsePrivateHeaders [ FDirName graphics radeon ] ;
|
||||
|
||||
Preference Screen :
|
||||
@@ -15,6 +17,11 @@ Preference Screen :
|
||||
ScreenSettings.cpp
|
||||
ScreenWindow.cpp
|
||||
Utility.cpp
|
||||
: libbe.so
|
||||
: be
|
||||
: Screen.rdef
|
||||
;
|
||||
|
||||
if $(TARGET_PLATFORM) = libbe_test {
|
||||
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Screen
|
||||
: tests!apps ;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
SubDir HAIKU_TOP src preferences workspaces ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
AddSubDirSupportedPlatforms libbe_test ;
|
||||
|
||||
Preference Workspaces :
|
||||
Workspaces.cpp
|
||||
: libbe.so
|
||||
: be
|
||||
: Workspaces.rdef
|
||||
;
|
||||
|
||||
if $(TARGET_PLATFORM) = libbe_test {
|
||||
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Workspaces
|
||||
: tests!apps ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user