[vala/wip/ci: 17/17] coverage: Use 'make check' to run all tests
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/ci: 17/17] coverage: Use 'make check' to run all tests
- Date: Sat, 25 Sep 2021 15:19:35 +0000 (UTC)
commit 46b8615caf253523a8dc98d6e3d48a94fff673bd
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Sep 16 12:36:12 2019 +0200
coverage: Use 'make check' to run all tests
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index feaf6741d..319e8efea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,7 @@ test-ubsan:
coverage:
find $(top_srcdir) -name "*.gcda" | xargs rm -f
$(MAKE) $(AM_MAKEFLAGS) bootstrap
- $(MAKE) $(AM_MAKEFLAGS) test
+ $(MAKE) $(AM_MAKEFLAGS) check
$(MAKE) $(AM_MAKEFLAGS) -C vapi gidl-bindings
coverage-report: coverage
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]