Aded a target <test>shutdown, which builds a shutdown command that works with the test environment under R5 (tests/servers/registrar/shutdown).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13486 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-07-06 10:25:16 +00:00
parent 47e1939779
commit b9bd94dcc3

View File

@ -26,3 +26,15 @@ CommonUnitTest RosterShell
SimpleTest message_deliverer_test : message_deliverer_test.cpp SimpleTest message_deliverer_test : message_deliverer_test.cpp
: <boot!home!config!lib>libopenbeos.so ; : <boot!home!config!lib>libopenbeos.so ;
# a shutdown working with the emulation under R5
if $(TARGET_PLATFORM) = r5 {
UsePrivateHeaders app ;
UsePrivateHeaders kernel ;
SimpleTest <test>shutdown
: shutdown.cpp
: <boot!home!config!lib>libopenbeos.so ;
SEARCH on [ FGristFiles shutdown.cpp ] = [ FDirName $(OBOS_TOP) src bin ] ;
}