mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Minor tidyups to tests makefiles
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32810 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
81e5aa9539
commit
2c78eae8da
3 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
|||
2011-04-08 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* GNUmakefile (SUBPROJECTS): Added Tests, so that 'make check'
|
||||
top-level does run the tests.
|
||||
* Tests/GNUmakefile: Use rules.make instead of test-tool.make.
|
||||
(TEST_TOOL_NAMES): Variable removed.
|
||||
|
||||
2011-03-31 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Source/NSWorkspace.m
|
||||
|
|
|
@ -64,7 +64,8 @@ ColorPickers \
|
|||
KeyBindings \
|
||||
Resources \
|
||||
Printing \
|
||||
Themes
|
||||
Themes \
|
||||
Tests
|
||||
|
||||
# Build and install sounds, if sound support is present.
|
||||
SUBPROJECTS += $(BUILD_SOUNDS)
|
||||
|
|
|
@ -42,8 +42,6 @@ endif
|
|||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
TEST_APP_NAMES=
|
||||
|
||||
all::
|
||||
@(echo If you want to run the gnustep-gui testsuite, please type \'make check\')
|
||||
|
||||
|
@ -53,5 +51,4 @@ check::
|
|||
clean::
|
||||
gnustep-tests --clean
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/test-application.make
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||
|
|
Loading…
Reference in a new issue