PROJECT(test_utils)

add_library (test_utils SHARED utils.cpp)
target_link_libraries(test_utils comparator)
