MXS-2017 Move maxscale::Semaphore to maxbase::Semaphore

This commit is contained in:
Johan Wikman
2018-08-17 13:00:01 +03:00
parent d8255d0cac
commit b82822a4b0

View File

@ -6,3 +6,7 @@ add_executable(test_semaphore test_semaphore.cc)
target_link_libraries(test_semaphore maxbase pthread) target_link_libraries(test_semaphore maxbase pthread)
add_test(test_semaphore test_semaphore) add_test(test_semaphore test_semaphore)
add_executable(test_semaphore test_semaphore.cc)
target_link_libraries(test_semaphore maxbase pthread)
add_test(test_semaphore test_semaphore)