Skip to content

Commit

Permalink
deploy: 784a22c
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jun 12, 2024
1 parent dc893ea commit de4711e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,12 @@ devtest-recursive:

devtest-local:
@for t in $(TESTS) ; do \
srcdir=$(srcdir) $(srcdir)/$$t ;\
echo "TEST: $$t" ;\
if test -f "./$$t" ; then \
srcdir=$(srcdir) "./$$t" ;\
else \
srcdir=$(srcdir) "$(srcdir)/$$t" ;\
fi ;\
done

# Tell versions [3.59,3.63) of GNU make to not export all variables.
Expand Down

0 comments on commit de4711e

Please sign in to comment.