From ca6e196cfad98518c270be19c4a0ef8a6b60a8c0 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Mon, 18 Nov 2024 09:06:52 +0000
Subject: [PATCH] TEST: link fsl-utils

---
 test/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile b/test/Makefile
index 75e2eb5..6bb20fa 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -4,7 +4,7 @@ include ${FSLCONFDIR}/default.mk
 PROJNAME    = test-miscmaths
 TESTXFILES  = test-miscmaths
 USRINCFLAGS = -DMISCMATHS_TEST_DIRECTORY=\"$(realpath .)\"
-LIBS        = -lfsl-miscmaths -lfsl-NewNifti -lfsl-cprob
+LIBS        = -lfsl-miscmaths -lfsl-utils -lfsl-NewNifti -lfsl-cprob
 
 # The test program can be run against
 # an in-source checkout, or against
-- 
GitLab