From ed419140280553b070943b7ba539120a26ff5686 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 11 Dec 2018 07:42:05 +0100 Subject: wanda: restructure directory hierarchy --- tests/wanda/test_suite_xdg.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/wanda/test_suite_xdg.hpp (limited to 'tests/wanda/test_suite_xdg.hpp') 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 +#include + +namespace wanda +{ + +std::pair test_suite_xdg(); + +} // namespace wanda + +#endif \ No newline at end of file -- cgit v1.2.3