diff options
Diffstat (limited to 'tests/window.cpp')
-rw-r--r-- | tests/window.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/window.cpp b/tests/window.cpp new file mode 100644 index 0000000..f3db43f --- /dev/null +++ b/tests/window.cpp @@ -0,0 +1,8 @@ +#include <forstio/test/suite.h> +#include <forstio/window/device.h> + +namespace { +SAW_TEST("Device creation") { + +} +} |