mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
use gnustep-make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32401 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
114b48f6ef
commit
6a5c5d12d4
1 changed files with 11 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# Written by: Richard Frith-Macdonald <rfm@gnu.org>
|
||||
#
|
||||
# This file is part of the GNUstep Base Library.
|
||||
# This file is part of the GNUstep GUI Library.
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public
|
||||
|
@ -40,10 +40,18 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
|||
$(error You need to set GNUSTEP_MAKEFILES before running this!)
|
||||
endif
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
check:
|
||||
TEST_APP_NAMES=
|
||||
|
||||
all::
|
||||
@(echo If you want to run the gnustep-gui testsuite, please type \'make check\')
|
||||
|
||||
check::
|
||||
gnustep-tests gui
|
||||
|
||||
clean:
|
||||
clean::
|
||||
gnustep-tests --clean
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/test-application.make
|
||||
|
||||
|
|
Loading…
Reference in a new issue