Skip to content

Commit

Permalink
Improve feedback from make devtest
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed May 29, 2024
1 parent f5e02ae commit 4e69541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions am-shared/devtest-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ devtest-recursive:

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

0 comments on commit 4e69541

Please sign in to comment.