From 160aa42b88234c5b484bb6628d78befe2a905d53 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 7 Nov 2012 09:49:46 -0500 Subject: [PATCH] set the "check" target as a non-default target --- Tests/Unit/GNUmakefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Tests/Unit/GNUmakefile b/Tests/Unit/GNUmakefile index c95bd73c3..a7a8376bf 100644 --- a/Tests/Unit/GNUmakefile +++ b/Tests/Unit/GNUmakefile @@ -38,10 +38,9 @@ ADDITIONAL_LIB_DIRS += \ -Wl,-rpath,../../SoObjects/SOGo/SOGo.framework/Versions/Current -Wl,-rpath,../../SOPE/NGCards/obj -Wl,-rpath,../../SOPE/GDLContentStore/obj -Wl,-rpath,../../OGoContentStore/obj ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -check :: - ./obj/sogo-tests - -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/test-tool.make -include GNUmakefile.postamble +check :: + ./obj/sogo-tests