summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-11-26 15:57:47 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-11-28 23:11:34 +0100
commit414163338db470e526fe09659d06da25c39acc3a (patch)
tree97b61dcadc5a2e2d988f9560332e1163bf2e7bac
parent4bfc82291b574b543f8143bcb047e05e96fd53d1 (diff)
downloadvala-414163338db470e526fe09659d06da25c39acc3a.tar.gz
build: Add "test-update" which passed UPDATE_EXPECTED=1 to refresh c-expected
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 47032fdd7..19aaa219c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,10 @@ test-asan:
test-ubsan:
cd tests && $(MAKE) $(AM_MAKEFLAGS) check TEST_CFLAGS="$(TEST_CFLAGS) -g3 -fsanitize=undefined"
+.PHONY: test-update
+test-update:
+ cd tests && $(MAKE) $(AM_MAKEFLAGS) check UPDATE_EXPECTED=1
+
#if ENABLE_COVERAGE
.PHONY: coverage coverage-report
coverage: