summaryrefslogtreecommitdiffhomepage
path: root/test/handle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/handle.cpp')
-rw-r--r--test/handle.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/handle.cpp b/test/handle.cpp
new file mode 100644
index 00000000..79416c2c
--- /dev/null
+++ b/test/handle.cpp
@@ -0,0 +1,23 @@
+#include "app.hpp"
+#include "src/handle.inl"
+#include "src/handle-page.inl"
+//#include "src/handle-pool.inl"
+
+namespace floormat::Test {
+
+namespace {
+
+void test1()
+{
+
+}
+
+} // namespace
+
+
+void test_handle()
+{
+ test1();
+}
+
+} // namespace floormat::Test