Skip to content

Commit

Permalink
deploy: 721c508
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed May 29, 2024
1 parent 520fa3f commit c1d01df
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 @@ -1072,7 +1072,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 c1d01df

Please sign in to comment.