aboutsummaryrefslogtreecommitdiffstats
path: root/test/testbench.hpp
blob: 0d2424fa0c3f49a9ab806fbadf0c56ed8ab2ceff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * created 22-06-17 by Yann Herklotz
 *
 * Test bench to test different functions in the yage library
 *
 */

#ifndef TEST_BENCH_HPP
#define TEST_BENCH_HPP

class TestBench
{
private:
public:
	
};

#endif