diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-17 12:27:34 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-17 12:27:34 +0100 |
commit | 06167d6ecc3c0c87e0d582ec69c55011f3eb49f1 (patch) | |
tree | 2b6273d7207333d7f1bbf615b02db3c68be80d58 /tests/window.cpp | |
parent | 634f55ceed45197e743c2d1c3df0c97c6f8888ae (diff) |
tests: Removing the tests dir since tests have been moved to the
individual modules
Diffstat (limited to 'tests/window.cpp')
-rw-r--r-- | tests/window.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/window.cpp b/tests/window.cpp deleted file mode 100644 index f3db43f..0000000 --- a/tests/window.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include <forstio/test/suite.h> -#include <forstio/window/device.h> - -namespace { -SAW_TEST("Device creation") { - -} -} |