summaryrefslogtreecommitdiff
path: root/test/functional/Test1/TestAppMain.cpp
blob: 7b8e51dbc4939434e17a6767295ff5ee9ef28a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include "TestApp.h"

using namespace std;

int main (int argc, char **argv)
{  
  TestApp testCom;
}