htl: Link internal htl tests against libpthread

This commit is contained in:
Samuel Thibault 2020-02-17 00:36:53 +01:00
parent 0cbc855acb
commit edba4e5f91

View File

@ -208,7 +208,7 @@ ifeq (yes,$(build-shared))
$(addprefix $(objpfx), \
$(filter-out $(tests-static) $(xtests-static) $(tests-reverse) \
$(tests-nolibpthread), \
$(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so
$(tests) $(tests-internal) $(xtests) $(test-srcs))): $(objpfx)libpthread.so
endif
$(addprefix $(objpfx),$(tests-static) $(xtests-static)): $(objpfx)libpthread.a