Tim Mooney
2020-03-03 5a9d2bef595fe4f2339d50e85334d7b59ac3899a
default test suite target should be 'test'
1 files modified
4 ■■■■ changed files
make-rules/makemaker.mk 4 ●●●● patch | view | raw | blame | history
make-rules/makemaker.mk
@@ -1,4 +1,4 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
@@ -101,7 +101,7 @@
COMPONENT_TEST_SNAPSHOT = $(COMPONENT_TEST_BUILD_DIR)/results-$(PERL_VERSION)-$(BITS).snapshot
COMPONENT_TEST_TRANSFORM_CMD = $(COMPONENT_TEST_BUILD_DIR)/transform-$(PERL_VERSION)-$(BITS)-results
COMPONENT_TEST_TARGETS =    check
COMPONENT_TEST_TARGETS =    test
COMPONENT_TEST_ENV +=    $(COMMON_PERL_ENV)
# determine the type of tests we want to run.