diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-09-05 15:03:13 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-09-05 15:03:13 +0200 |
| commit | b0003d8680669ac7c3b0ca202f9d7442d57ad42e (patch) | |
| tree | b77149f000ba1e6685c90afe3d2677bf8bae5d5d /source/tests/wanda/driver.cpp | |
| parent | d49757887e4161e664fe30649c1c9f31a0338bdf (diff) | |
| download | wanda-b0003d8680669ac7c3b0ca202f9d7442d57ad42e.tar.xz wanda-b0003d8680669ac7c3b0ca202f9d7442d57ad42e.zip | |
tests: revice XDG unit tests
Diffstat (limited to 'source/tests/wanda/driver.cpp')
| -rw-r--r-- | source/tests/wanda/driver.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/source/tests/wanda/driver.cpp b/source/tests/wanda/driver.cpp deleted file mode 100644 index e0dd7c8..0000000 --- a/source/tests/wanda/driver.cpp +++ /dev/null @@ -1,23 +0,0 @@ -#include "cute/cute.h" -#include "cute/cute_runner.h" -#include "cute/tap_listener.h" - -#include <algorithm> -#include <iostream> -#include <iterator> -#include <string> -#include <utility> -#include <vector> - -namespace wanda::test -{ - std::pair<cute::suite, std::string> suite(); -} - -int main(int argc, char const *const *argv) -{ - auto listener = cute::tap_listener<>{std::cout}; - auto runner = cute::makeRunner(listener, argc, argv); - auto suite = wanda::test::suite(); - return !runner(suite.first, suite.second.c_str()); -}
\ No newline at end of file |
