Aurelien Larcher
2020-06-11 8b5563981dc141c1d4ac07d6d516ac6351499d50
configure: add variable to use default test transforms
1 files modified
5 ■■■■■ changed files
make-rules/configure.mk 5 ●●●●● patch | view | raw | blame | history
make-rules/configure.mk
@@ -205,6 +205,11 @@
        '-e "/FAIL:/p" ' \
        '-e "/ERROR:/p" '
USE_DEFAULT_TEST_TRANSFORMS?=no
ifeq ($(strip $(USE_DEFAULT_TEST_TRANSFORMS)),yes)
COMPONENT_TEST_TRANSFORMS+= $(CONFIGURE_TEST_TRANSFORMS)
endif
# test the built source
$(BUILD_DIR)/%/.tested-and-compared:    $(BUILD_DIR)/%/.built
    $(RM) -rf $(COMPONENT_TEST_BUILD_DIR)