tells libtool to prefer the static library to avoid accidental testing against a previously installed version of ucx feature/array

Thu, 03 Oct 2019 11:16:12 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 03 Oct 2019 11:16:12 +0200
branch
feature/array
changeset 358
885f31c6098b
parent 357
0f5732f0dc00
child 359
9f86bc73f96b

tells libtool to prefer the static library to avoid accidental testing against a previously installed version of ucx

test/Makefile.am file | annotate | diff | comparison | revisions
     1.1 --- a/test/Makefile.am	Thu Oct 03 11:15:48 2019 +0200
     1.2 +++ b/test/Makefile.am	Thu Oct 03 11:16:12 2019 +0200
     1.3 @@ -42,4 +42,5 @@
     1.4  ucxtest_SOURCES += logging_tests.c
     1.5  ucxtest_SOURCES += buffer_tests.c
     1.6  ucxtest_SOURCES += utils_tests.c
     1.7 +ucxtest_LDFLAGS = -static
     1.8  ucxtest_LDADD = ../src/libucx.la

mercurial