Updated comments for Test GNUmakefile

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32816 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nicola 2011-04-09 00:00:21 +00:00
parent 0a3883b4a0
commit 9eacfdee70
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2011-04-09 Nicola Pero <nicola.pero@meta-innovation.com>
* Tests/GNUmakefile: Updated comments.
2011-04-08 Nicola Pero <nicola.pero@meta-innovation.com>
* Tests/GNUmakefile: Include rules.make instead of test-tool.make.

View file

@ -44,9 +44,18 @@ include $(GNUSTEP_MAKEFILES)/common.make
TOP_DIR := $(shell dirname $(CURDIR))
# This message is also printed when you type 'make' top-level. It is
# the last message printed (since 'Tests' is the last directory in
# SUBPROJECTS top-level), which is good as it becomes a recommendation
# to run 'make check' after 'make'.
all::
@(echo If you want to run the gnustep-base testsuite, please type \'make check\')
#
# 'make check' runs the testsuite (Objective-C tests only)
#
# Use 'make check GNUSTEP_TEST_OBJCXX=yes' to run both Objective-C and Objective-C++ tests
#
check::
(\
ADDITIONAL_INCLUDE_DIRS="-I$(TOP_DIR)/Headers";\