vppinfra: fix spinlock and rwlock tests
[vpp.git] / src / vppinfra / CMakeLists.txt
index c6a55b3..8af6120 100644 (file)
@@ -255,7 +255,7 @@ if(VPP_BUILD_VPPINFRA_TESTS)
   )
     add_vpp_executable(test_${test}
       SOURCES test_${test}.c
-      LINK_LIBRARIES vppinfra
+      LINK_LIBRARIES vppinfra pthread
       )
   endforeach()