X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=644c356370daaf0806deb2d7dd73cb5d639e764d;hb=c71da6662a152c5d9dceab696c13359534f44c10;hp=4b065239bbb42b64737db6f670447075872a2539;hpb=49efb1a6e77b6cea483cc1f2a09f57886f0a2d84;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index 4b065239bbb..644c356370d 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1964,20 +1964,9 @@ check:: $(EchoCmd) No test directory ; \ fi +# An alias dating from when both lit and DejaGNU test runners were used. check-lit:: check -check-dg:: - $(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \ - if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \ - $(EchoCmd) Running test suite ; \ - $(MAKE) -C $(PROJ_OBJ_ROOT)/test check-local-dg ; \ - else \ - $(EchoCmd) No Makefile in test directory ; \ - fi ; \ - else \ - $(EchoCmd) No test directory ; \ - fi - check-all:: $(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \ if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \