sogo/Tests/Unit/GNUmakefile
Wolfgang Sourdeau 121154b015 Monotone-Parent: 37feda6e02a5f2d56457e09508814b8b3d6ed388
Monotone-Revision: b0f4711fa3917d9ca82a918807fe75046c131ee1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-11-10T15:31:26
Monotone-Branch: ca.inverse.sogo
2011-11-10 15:31:26 +00:00

40 lines
886 B
Makefile

# GNUstep makefile
debug=yes
include ../../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../../Version
TEST_TOOL = sogo-tests
$(TEST_TOOL)_INSTALL_DIR = $(SOGO_ADMIN_TOOLS)
$(TEST_TOOL)_OBJC_FILES += \
sogo-tests.m \
\
SOGoTest.m \
SOGoTestRunner.m \
SaxXMLReaderFactory+SOGoTests.m \
\
TestVersit.m \
TestiCalTimeZonePeriod.m \
TestiCalRecurrenceCalculator.m \
\
TestSBJsonParser.m \
\
TestNGMimeAddressHeaderFieldGenerator.m \
TestNSString+URLEscaping.m \
TestNSString+Utilities.m
TEST_TOOL_NAME = $(TEST_TOOL)
TEST_TOOL_CPPFLAGS += \
-Wall -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I../UI/
ADDITIONAL_LIB_DIRS += \
-L../SoObjects/SOGo -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions -lSBJson -lobjc -L/usr/local/lib -lSaxObjC
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/test-tool.make
-include GNUmakefile.postamble