sogo/Tests/Unit/GNUmakefile
Wolfgang Sourdeau f2c466be49 Monotone-Parent: e91e560ca6c090284bbf4b21c0faf601ae784a38
Monotone-Revision: 0d33a0e0f292ce34593481d0fa26cae27146aa3b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-04-01T19:45:36
Monotone-Branch: ca.inverse.sogo
2011-04-01 19:45:36 +00:00

36 lines
738 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 \
\
TestiCalTimeZonePeriod.m \
TestiCalRecurrenceCalculator.m \
\
TestSBJsonParser.m \
\
TestNGMimeAddressHeaderFieldGenerator.m
TOOL_NAME = $(TEST_TOOL)
ADDITIONAL_INCLUDE_DIRS += \
-D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I../UI/
ADDITIONAL_LIB_DIRS += \
-L../SoObjects/SOGo -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions -lSBJson -lobjc
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble