pass @LD_LIBRARY_PATH@ to function checkers in tests/exercisers

This commit is contained in:
david parsons
2022-05-13 22:11:59 -07:00
parent 8a04e31105
commit e42b39d8ed
+1 -1
View File
@@ -135,7 +135,7 @@ verify: echo tools/checkbits.sh
test: $(PGMS) $(TESTFRAMEWORK) verify exorcise
@for x in $${TESTS:-tests/*.t}; do \
sh $$x || exit 1; \
@LD_LIBRARY_PATH@=. sh $$x || exit 1; \
done
exorcise: