aboutsummaryrefslogtreecommitdiff
path: root/tests/wanda/test_suite_xdg.hpp
blob: 698ad9a1dbcb9698ab28257def15dcf93be67061 (plain)
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