tools-make/TestFramework/GNUmakefile.in

30 lines
626 B
Text
Raw Permalink Normal View History

# __GENERATED__ makefile marker
#
include $(GNUSTEP_MAKEFILES)/common.make
-include ../GNUmakefile.super
@TESTOPTS@
TEST_TOOL_NAME = @TESTNAMES@
ifeq ($(gcov),yes)
ADDITIONAL_OBJCFLAGS += -ftest-coverage -fprofile-arcs
ADDITIONAL_OBJCCFLAGS += -ftest-coverage -fprofile-arcs
ADDITIONAL_LDFLAGS += -ftest-coverage -fprofile-arcs
ADDITIONAL_TOOL_LIBS+=-lgcov
endif
@TESTRULES@
-include GNUmakefile.preamble
-include make-check.mak
include $(GNUSTEP_MAKEFILES)/test-tool.make
-include GNUmakefile.postamble
after-clean::
rm -f core core.* *.core \
2022-01-31 13:35:40 +00:00
test_*.out test_*.err \
tests.log tests.sum oldtests.log oldtests.sum