* install-test-apps is now running through again.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42785 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2011-09-29 23:19:49 +00:00
parent 1277618594
commit f9a7bd8e55
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -1,6 +1,7 @@
SubDir HAIKU_TOP src add-ons accelerants common ;
SetSubDirSupportedPlatformsBeOSCompatible ;
SetSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders graphics ;
UsePrivateHeaders [ FDirName graphics radeon ] ;
+1 -1
View File
@@ -15,7 +15,7 @@ SimpleTest TestApp_Clock :
cl_view.cpp
cl_wind.cpp
clock.cpp
: be $(TARGET_LIBSUPC++)
: be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
: Clock.rdef
;
+1 -2
View File
@@ -113,8 +113,7 @@ Server test_registrar
R5Compatibility.cpp
:
be
$(TARGET_LIBSTDC++)
be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSTDC++)
:
registrar.rdef
;