haiku/Jamfile
Ingo Weinhold 07a4996304 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
2002-07-19 14:10:26 +00:00

10 lines
153 B
Plaintext

SubDir OBOS_TOP ;
InstallFloppy installfloppy : $(OBOS_FLOPPY) ;
NotFile alltests ;
Depends alltests : r5tests obostests ;
SubInclude OBOS_TOP src ;