htl: Link internal htl tests against libpthread
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 16 Feb 2020 23:36:53 +0000 (00:36 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 16 Feb 2020 23:36:53 +0000 (00:36 +0100)
htl/Makefile

index 39294c6..11cf87a 100644 (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