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