tools-make/TestFramework/GNUmakefile.in

25 lines
542 B
Text
Raw Normal View History

# __GENERATED__ makefile marker
#
include $(GNUSTEP_MAKEFILES)/common.make
-include ../GNUmakefile.super
TEST_TOOL_NAME = @TESTNAME@
ADDITIONAL_OBJCFLAGS += @FAILFAST@ -I@INCLUDEDIR@ -Wall
ifeq ($(gcov),yes)
ADDITIONAL_OBJCFLAGS += -ftest-coverage -fprofile-arcs
ADDITIONAL_LDFLAGS += -ftest-coverage -fprofile-arcs
ADDITIONAL_TOOL_LIBS+=-lgcov
endif
@TESTNAME@_OBJC_FILES = @FILENAME@
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/test-tool.make
-include GNUmakefile.postamble
test:
./$(GNUSTEP_OBJ_DIR_NAME)/@TESTNAME@