
ADD_EXECUTABLE( raw_sort_test raw_sort_test.cpp )

# Link test to auv_data_tools library 
TARGET_LINK_LIBRARIES( raw_sort_test adt )

