tests: fix import of libspotgen on Darwin
Fixes #426, reported by Étienne Renault. * tests/run.in: Augment modpath.
This commit is contained in:
parent
3d2cac7275
commit
2a7bbb1cdc
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
# path of dependent libraries in each library).
|
||||
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/gen/.libs'
|
||||
modpath=$modpath:'@abs_top_builddir@/spot/.libs'
|
||||
modpath=$modpath:'@abs_top_builddir@/buddy/src/.libs'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue