Files
sogo/UnitTests/GNUmakefile
T
Wolfgang Sourdeau aca76201ad Monotone-Parent: a0eed2fa6f0ac118ef5805719586e42b465f61f9
Monotone-Revision: f36c1a3969587db790c18c96805411a8dfe38f00

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-01-07T15:28:47
Monotone-Branch: ca.inverse.sogo
2010-01-07 15:28:47 +00:00

19 lines
361 B
Makefile

# GNUstep makefile
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
TOOL_NAME = $(TEST_TOOL)
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble