aboutsummaryrefslogtreecommitdiff
path: root/tests/wanda/test_suite_xdg.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-12-15 12:07:00 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-12-15 12:07:00 +0100
commit9941c06c33c601a3e59c008c35c6181ba8a2e7f9 (patch)
treee5a71e5a3d3c541c82077695a0c302cfa952051d /tests/wanda/test_suite_xdg.hpp
parented419140280553b070943b7ba539120a26ff5686 (diff)
downloadwanda-9941c06c33c601a3e59c008c35c6181ba8a2e7f9.tar.xz
wanda-9941c06c33c601a3e59c008c35c6181ba8a2e7f9.zip
testing: rework test code
Diffstat (limited to 'tests/wanda/test_suite_xdg.hpp')
-rw-r--r--tests/wanda/test_suite_xdg.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/wanda/test_suite_xdg.hpp b/tests/wanda/test_suite_xdg.hpp
deleted file mode 100644
index 698ad9a..0000000
--- a/tests/wanda/test_suite_xdg.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#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