wrapper: Set LD_LIBRARY_PATH for ocaml plugins
commit892c126b26be3a660cbdfffde639b2702d212d4c
authorEric Blake <eblake@redhat.com>
Fri, 16 Aug 2019 12:57:42 +0000 (16 07:57 -0500)
committerEric Blake <eblake@redhat.com>
Fri, 16 Aug 2019 13:08:04 +0000 (16 08:08 -0500)
treef80c637b55fc2608997ab5f09349cb6a1d03a554
parent102f3d480a3893b5cc08c1422f891ee8da91e266
wrapper: Set LD_LIBRARY_PATH for ocaml plugins

Hoist the setting of LD_LIBRARY_PATH for running uninstalled ocaml
plugins into the wrapper script, instead of duplicating instructions
in the tests/Makefile and in the example documentation.

Signed-off-by: Eric Blake <eblake@redhat.com>
plugins/ocaml/example.ml
tests/Makefile.am
wrapper.c