Don't fail if 'gnustep-tests --clean' fails.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37832 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Ivan Vučica 2014-05-04 21:15:28 +00:00
parent 59b1180d27
commit 8a34cc60b4
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-05-04 Ivan Vucica <ivan@vucica.net>
* Tests/GNUmakefile: Don't fail if 'gnustep-tests --clean' fails.
2014-05-03 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSXibLoader.m (-awake:inContainer:withContext:): Allow

View file

@ -49,6 +49,6 @@ check::
gnustep-tests gui
clean::
gnustep-tests --clean
-gnustep-tests --clean
include $(GNUSTEP_MAKEFILES)/rules.make