branch: elpa/sweeprolog commit 79bf5b78b8aa7d65b269681ef320914e5e0c105d Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
Run `make check` with libswipl preloaded --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 38f04e5de4..255b3c027c 100644 --- a/.build.yml +++ b/.build.yml @@ -49,4 +49,4 @@ tasks: export LD_LIBRARY_PATH=/usr/local/lib make make sweep.info - make check + LD_PRELOAD=/usr/local/lib/libswipl.so make check