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

namespace floormat {

namespace {

// tests go here
void test_foo() {}

} // namespace

void test_app::test_zzz_misc()
{
    test_foo();
}

} // namespace floormat