From 32a24dfd5c5ca2cac3c303e82c9ebe7cc7ff28ab Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 7 Dec 2018 22:12:12 +0100 Subject: core: begin implementing tests --- tests/test_suite_xdg.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/test_suite_xdg.hpp (limited to 'tests/test_suite_xdg.hpp') diff --git a/tests/test_suite_xdg.hpp b/tests/test_suite_xdg.hpp new file mode 100644 index 0000000..698ad9a --- /dev/null +++ b/tests/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