the run_haiku_registrar app is placed in the test environment install folder

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15633 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-12-21 11:20:35 +00:00
parent 75bf993e08
commit eeb06055db
1 changed files with 2 additions and 0 deletions

View File

@ -98,4 +98,6 @@ Server haiku_registrar
if $(TARGET_PLATFORM) = libbe_test { if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : haiku_registrar HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : haiku_registrar
: tests!apps ; : tests!apps ;
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : run_haiku_registrar
: tests!apps ;
} }