summaryrefslogtreecommitdiffhomepage
path: root/test/script.cpp
blob: d7106876ae7a7bdf48f330a39608823dfef93848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "app.hpp"

namespace floormat {

namespace {

void test_script1()
{

}

} // namespace

void Test::test_script()
{
    test_script1();
}


} // namespace floormat