From: Eshel Yaron Date: Wed, 31 Aug 2022 14:25:19 +0000 (+0300) Subject: Run `make check` with libswipl preloaded X-Git-Tag: v0.2.0~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79bf5b78b8aa7d65b269681ef320914e5e0c105d;p=sweep.git Run `make check` with libswipl preloaded --- diff --git a/.build.yml b/.build.yml index 38f04e5..255b3c0 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