Skip to content

Commit

Permalink
deploy: ea3bf03
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Jun 24, 2024
1 parent bc097f8 commit 1229d0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion maturity.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "schemaVersion": 1, "label": "Maturity", "message": "Undefined", "color": "grey" }
{ "schemaVersion": 1, "label": "Maturity", "message": "Beta", "color": "yellow" }

0 comments on commit 1229d0c

Please sign in to comment.