Skip to content

Commit

Permalink
deploy: 5792fb5
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jul 5, 2024
1 parent bb16e77 commit 1832bbd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1059,10 +1059,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 @@ -1072,12 +1074,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

0 comments on commit 1832bbd

Please sign in to comment.