summaryrefslogtreecommitdiffhomepage
path: root/test/handle.cpp
blob: 79416c2c55c7e69b7b84a3037bdd9c14b85149b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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