- create stucture for functional test
- implementation of first test
This commit is contained in:
parent
2185408cfa
commit
9be39fb628
12 changed files with 269 additions and 13 deletions
12
test/functional/Test1/TestAppMain.cpp
Normal file
12
test/functional/Test1/TestAppMain.cpp
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue