From 5f0f223318f16b7778f038cc164598bda72ac135 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 27 Aug 2022 20:01:23 +0300 Subject: [PATCH] Use LD_PRELOAD for testing --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 394cd48..bd049c2 100644 --- a/.build.yml +++ b/.build.yml @@ -40,4 +40,4 @@ tasks: localectl set-locale LANG=en_US.UTF-8 make make sweep.info - make check + LD_PRELOAD=lib/libswipl.so make check -- 2.39.2