Skip to content

Commit

Permalink
make check needs GIELLA_CORE if not in env
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jun 20, 2024
1 parent 4db9bbb commit 9f09bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions am-shared/devtest-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ devtest-local:
@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

0 comments on commit 9f09bfb

Please sign in to comment.