mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
make it easier to run testsuite
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32365 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7c21a3eb0a
commit
b89ac00fb7
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
|||
$(error You need to set GNUSTEP_MAKEFILES before running this!)
|
||||
endif
|
||||
|
||||
all:
|
||||
@(echo If you want to run the gnustep-base testsuite, please type \'make check\')
|
||||
|
||||
check:
|
||||
gnustep-tests base
|
||||
|
|
Loading…
Reference in a new issue