Files
sogo/UnitTests/GNUmakefile
Wolfgang Sourdeau 063091f72a Monotone-Parent: f36c1a3969587db790c18c96805411a8dfe38f00
Monotone-Revision: 1e9c4371dcc93fa8a7f07290f63d3623a276fb8e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-01-07T16:37:36
Monotone-Branch: ca.inverse.sogo
2010-01-07 16:37:36 +00:00

29 lines
535 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 \
\
TestBSJSONAdditions.m
TOOL_NAME = $(TEST_TOOL)
ADDITIONAL_INCLUDE_DIRS += \
-D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I../UI/
ADDITIONAL_LIB_DIRS += \
-L../SoObjects/SOGo -lSOGo
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble