
ADD_EXECUTABLE( test_bit_conv test_bit_conv.cpp )

# Link test to auv_data_tools library 
TARGET_LINK_LIBRARIES( test_bit_conv adt ${OpenCV_LIBRARIES})

