- create stucture for functional test

- implementation of first test
This commit is contained in:
Andreas Volz 2011-11-18 17:30:56 +01:00
parent 2185408cfa
commit 9be39fb628
12 changed files with 269 additions and 13 deletions

View file

@ -0,0 +1,12 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "TestApp.h"
using namespace std;
int main (int argc, char **argv)
{
TestApp testCom;
}