Thu, 03 Oct 2019 11:16:12 +0200
tells libtool to prefer the static library to avoid accidental testing against a previously installed version of ucx
--- a/test/Makefile.am Thu Oct 03 11:15:48 2019 +0200 +++ b/test/Makefile.am Thu Oct 03 11:16:12 2019 +0200 @@ -42,4 +42,5 @@ ucxtest_SOURCES += logging_tests.c ucxtest_SOURCES += buffer_tests.c ucxtest_SOURCES += utils_tests.c +ucxtest_LDFLAGS = -static ucxtest_LDADD = ../src/libucx.la