Added pseudo target alltests as a short hand for r5tests+obostests. Just 'tests' would be nicer but we have several dirs with that name.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@334 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-19 14:10:26 +00:00
parent bb653c6459
commit 07a4996304

View File

@ -2,5 +2,8 @@ SubDir OBOS_TOP ;
InstallFloppy installfloppy : $(OBOS_FLOPPY) ;
NotFile alltests ;
Depends alltests : r5tests obostests ;
SubInclude OBOS_TOP src ;