sogo/Tests/Unit/GNUmakefile
Ludovic Marcotte 122983c17e Small fix so that unit tests can be compiled
Monotone-Parent: 04b625432f61d61c8ad3468663a06f21d77e73f6
Monotone-Revision: 94f45ff6951a0436a18fa4903817d09a28213af4

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-01-31T20:22:47
Monotone-Branch: ca.inverse.sogo
2010-01-31 20:22:47 +00:00

30 lines
561 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 \
\
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