summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/window.cpp8
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") {
+
+}
+}