mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
pass @LD_LIBRARY_PATH@ to function checkers in tests/exercisers
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user