[librsvg: 46/53] Makefile.am - run tests with --include-ignored
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 46/53] Makefile.am - run tests with --include-ignored
- Date: Fri, 23 Oct 2020 02:19:07 +0000 (UTC)
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]