* Fixed libbe_test build for install-test-apps. A few changes are not

in my branch, but in the main trunk. That should do no harm though.
* Made LayoutTest1 build for libbe_test and added it to the
  install-test-apps target.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17982 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2006-06-30 13:48:36 +00:00
parent 64f10d7d89
commit 2c38311d40
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ const char *kSpawnAlertMessage = "alert --stop " "'Cannot execute \"%s\":\n"
* Set environment varriable.
*/
#ifndef __HAIKU__
#if !defined(__HAIKU__) || defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST)
int
setenv(const char *var, const char *value, bool overwrite)
{
+2
View File
@@ -2,6 +2,7 @@ SubDir HAIKU_TOP src tests servers registrar ;
SetSubDirSupportedPlatforms libbe_test ;
UsePublicHeaders [ FDirName add-ons registrar ] ;
UseArchHeaders $(TARGET_ARCH) ;
@@ -83,6 +84,7 @@ Server haiku_registrar
RosterAppInfo.cpp
RosterSettingsCharStream.cpp
ShutdownProcess.cpp
TextSnifferAddon.cpp
TRoster.cpp
Watcher.cpp
WatchingService.cpp