add_executable(test_sound_play test.cpp)
target_link_libraries(test_sound_play ${catkin_LIBRARIES})
add_dependencies(test_sound_play sound_play_gencpp)
set_target_properties(test_sound_play PROPERTIES OUTPUT_NAME test)
