#ifndef WANDA_TEST_SUITE_XDG_HPP #define WANDA_TEST_SUITE_XDG_HPP #include "cute/cute.h" #include #include namespace wanda { std::pair test_suite_xdg(); } // namespace wanda #endif