tests: fix import of libspotgen on Darwin

Fixes #426, reported by Étienne Renault.

* tests/run.in: Augment modpath.
This commit is contained in:
Alexandre Duret-Lutz 2020-09-23 13:13:28 +02:00
parent 3d2cac7275
commit 2a7bbb1cdc

View file

@ -26,6 +26,7 @@
# path of dependent libraries in each library). # path of dependent libraries in each library).
modpath='@abs_top_builddir@/python/.libs:@abs_top_builddir@/python/spot/.libs' modpath='@abs_top_builddir@/python/.libs:@abs_top_builddir@/python/spot/.libs'
modpath=$modpath:'@abs_top_builddir@/spot/ltsmin/.libs' modpath=$modpath:'@abs_top_builddir@/spot/ltsmin/.libs'
modpath=$modpath:'@abs_top_builddir@/spot/gen/.libs'
modpath=$modpath:'@abs_top_builddir@/spot/.libs' modpath=$modpath:'@abs_top_builddir@/spot/.libs'
modpath=$modpath:'@abs_top_builddir@/buddy/src/.libs' modpath=$modpath:'@abs_top_builddir@/buddy/src/.libs'