* Added the PictureTest to the app_server test environment.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33875 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-11-04 13:05:18 +00:00
parent 29e37d8842
commit 1ff7e27441

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src tests kits interface picture ;
AddSubDirSupportedPlatforms libbe_test ;
# libicon.a source directories
local iconSourceDirs =
icon
@ -22,4 +24,9 @@ SimpleTest PictureTest :
PictureTest.cpp
SVGViewView.cpp
: be translation libexpat.a $(TARGET_LIBSUPC++)
;
;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : PictureTest
: tests!apps ;
}