aboutsummaryrefslogtreecommitdiff
path: root/tests/wanda/test_suite_xdg.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wanda/test_suite_xdg.hpp')
-rw-r--r--tests/wanda/test_suite_xdg.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/wanda/test_suite_xdg.hpp b/tests/wanda/test_suite_xdg.hpp
new file mode 100644
index 0000000..698ad9a
--- /dev/null
+++ b/tests/wanda/test_suite_xdg.hpp
@@ -0,0 +1,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 \ No newline at end of file