1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef WANDA_TEST_SUITE_XDG_HPP #define WANDA_TEST_SUITE_XDG_HPP #include "cute/cute.h" #include <string> #include <utility> namespace wanda { std::pair<cute::suite, std::string> test_suite_xdg(); } // namespace wanda #endif