[librsvg: 46/53] Makefile.am - run tests with --include-ignored




commit 602f67149246a009664ca4faade2c730b499555e
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Oct 22 19:14:44 2020 -0500

    Makefile.am - run tests with --include-ignored
    
    The CI already runs "make check" in release mode, i.e. without the
    --enable-debug option for autogen.sh.  So, we can run the slow tests,
    marked as #[ignore], as part of "make check".

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index 76251813..87dfb66c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -179,7 +179,7 @@ check-local:
        CARGO_TARGET_DIR=$(CARGO_TARGET_DIR)            \
        LIBRSVG_BUILD_DIR=$(LIBRSVG_BUILD_DIR)          \
        OUT_DIR=$(LIBRSVG_BUILD_DIR)/tests/output       \
-       $(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS)
+       $(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) -- 
--include-ignored -Z unstable-options
 
 clean-local:
        cd $(top_srcdir) &&                     \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]