Aurélien Larcher
2018-11-06 aa27f27d8ef29ef2e0184a0850cc1f8998c1debd
configure.mk: add default test transforms
1 files modified
8 ■■■■■ changed files
make-rules/configure.mk 8 ●●●●● patch | view | raw | blame | history
make-rules/configure.mk
@@ -197,6 +197,14 @@
    $(COMPONENT_POST_INSTALL_ACTION)
    $(TOUCH) $@
CONFIGURE_TEST_TRANSFORMS = \
        '-n ' \
        '-e "/TOTAL:/p" ' \
        '-e "/SKIP:/p" ' \
        '-e "/PASS:/p" ' \
        '-e "/FAIL:/p" ' \
        '-e "/ERROR:/p" '
# test the built source
$(BUILD_DIR)/%/.tested-and-compared:    $(BUILD_DIR)/%/.built
    $(RM) -rf $(COMPONENT_TEST_BUILD_DIR)