use gnustep-make for this makefile

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32400 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-02-28 10:09:27 +00:00
parent 7a3fc5ed97
commit 07a1910e0d
2 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2011-02-27 Richard Frith-Macdonald <rfm@gnu.org>
* Tests/GNUmakefile: Use gnustep-make to supply targets.
2011-02-27 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSFFCallInvocation.m:

View file

@ -40,14 +40,18 @@ ifeq ($(GNUSTEP_MAKEFILES),)
$(error You need to set GNUSTEP_MAKEFILES before running this!)
endif
all:
include $(GNUSTEP_MAKEFILES)/common.make
TESTS_TOOL_NAMES=
all::
@(echo If you want to run the gnustep-base testsuite, please type \'make check\')
check:
check::
gnustep-tests base
clean:
clean::
gnustep-tests --clean
install:
include $(GNUSTEP_MAKEFILES)/test-tool.make