aboutsummaryrefslogtreecommitdiff
path: root/tests/test_suite_xdg.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-12-07 22:12:12 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-12-07 22:12:12 +0100
commit32a24dfd5c5ca2cac3c303e82c9ebe7cc7ff28ab (patch)
tree9a7a6ec731209ef365ab604b83855a09a4332e20 /tests/test_suite_xdg.hpp
parent6a9d54e287526c1b3ee7656d94e71f933f685624 (diff)
downloadwanda-32a24dfd5c5ca2cac3c303e82c9ebe7cc7ff28ab.tar.xz
wanda-32a24dfd5c5ca2cac3c303e82c9ebe7cc7ff28ab.zip
core: begin implementing tests
Diffstat (limited to 'tests/test_suite_xdg.hpp')
-rw-r--r--tests/test_suite_xdg.hpp16
1 files changed, 16 insertions, 0 deletions
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 <string>
+#include <utility>
+
+namespace wanda
+{
+
+std::pair<cute::suite, std::string> test_suite_xdg();
+
+} // namespace wanda
+
+#endif \ No newline at end of file