mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Remove 'check-dg', a wrapper around 'check-local-dg' which was just
nuked. Add a comment that the 'check-lit' rule is really just a legacy of having two test runners. llvm-svn: 159310
This commit is contained in:
parent
4362825212
commit
684193f814
@ -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 \
|
||||
|
@ -1866,20 +1866,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 \
|
||||
|
Loading…
Reference in New Issue
Block a user