From 07a49963049a9a5422837dc3208f01324ab4a912 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 19 Jul 2002 14:10:26 +0000 Subject: [PATCH] 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 --- Jamfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jamfile b/Jamfile index b9e1480081..61279e06ab 100644 --- a/Jamfile +++ b/Jamfile @@ -2,5 +2,8 @@ SubDir OBOS_TOP ; InstallFloppy installfloppy : $(OBOS_FLOPPY) ; +NotFile alltests ; +Depends alltests : r5tests obostests ; + SubInclude OBOS_TOP src ;