From 2a7bbb1cdcce481cdc269cf00c807f011148cf86 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 23 Sep 2020 13:13:28 +0200 Subject: [PATCH] tests: fix import of libspotgen on Darwin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #426, reported by Étienne Renault. * tests/run.in: Augment modpath. --- tests/run.in | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run.in b/tests/run.in index 7a2fe2a70..e86943b6d 100755 --- a/tests/run.in +++ b/tests/run.in @@ -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'