From 1229d0ce76a088b0d2c06ffc3538bd92f614bf7f Mon Sep 17 00:00:00 2001 From: rueter Date: Mon, 24 Jun 2024 15:40:10 +0000 Subject: [PATCH] deploy: ea3bf03bce5b4804e7339c8b3ebb8904a884e20e --- Makefile.in | 10 ++++++---- maturity.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 5a285c60..468f4fc9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1060,10 +1060,12 @@ clean-local: # vim: set ft=automake: +.PHONY: devtest devtest-recursive devtest-local + devtest: devtest-recursive devtest-recursive: - @for subdir in $(SUBDIRS); do \ + -for subdir in $(SUBDIRS); do \ if test "$$subdir" = . ; then \ continue; \ else \ @@ -1073,12 +1075,12 @@ devtest-recursive: $(MAKE) $(AM_FLAGS) devtest-local devtest-local: - @for t in $(TESTS) ; do \ + -for t in $(TESTS) ; do \ echo "TEST: $$t" ;\ if test -f "./$$t" ; then \ - srcdir=$(srcdir) "./$$t" ;\ + srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "./$$t" ;\ else \ - srcdir=$(srcdir) "$(srcdir)/$$t" ;\ + srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "$(srcdir)/$$t" ;\ fi ;\ done diff --git a/maturity.json b/maturity.json index 1eae4801..e10a7681 100644 --- a/maturity.json +++ b/maturity.json @@ -1 +1 @@ -{ "schemaVersion": 1, "label": "Maturity", "message": "Undefined", "color": "grey" } +{ "schemaVersion": 1, "label": "Maturity", "message": "Beta", "color": "yellow" }