sogo/Tests/Unit/GNUmakefile
Francis Lachapelle d2073d7f03 Replaced TestBSJSONAdditions by TestSBJsonParser.
Monotone-Parent: a74b60fda113d212de9a6c3b5429b105fa0dfd5f
Monotone-Revision: abc7b5684e08c490b08ff31f36d8b78db35016a1

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-11-11T18:13:39
Monotone-Branch: ca.inverse.sogo
2010-11-11 18:13:39 +00:00

36 lines
707 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
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble