###############################################################################
# GTEST SETUP
###############################################################################

catkin_add_gtest(test_char_sign char_sign.cpp)
catkin_add_gtest(test_endianness endianness.cpp)
catkin_add_gtest(test_portable_types portable_types.cpp)
