add 'rt' to test_filter libs list

This commit is contained in:
Timofey Turenko 2014-09-19 12:35:20 +03:00
parent 3d030d0c7d
commit 72550185ab

View File

@ -4,7 +4,7 @@ add_executable(test_filter testfilter.c)
add_executable(test_adminusers testadminusers.c)
target_link_libraries(test_hash crypto ssl pthread log_manager fullcore)
target_link_libraries(test_spinlock crypto ssl pthread log_manager fullcore)
target_link_libraries(test_filter crypto ssl pthread log_manager fullcore)
target_link_libraries(test_filter crypto ssl pthread log_manager fullcore rt)
target_link_libraries(test_adminusers crypto crypt ${EMBEDDED_LIB} ssl fullcore rt m z)
add_test(TestHash test_hash)
add_test(TestSpinlock test_spinlock)