dbus-cplusplus/test/functional/Test1/TestAppMain.cpp
Andreas Volz 9be39fb628 - create stucture for functional test
- implementation of first test
2011-11-18 17:30:56 +01:00

12 lines
151 B
C++

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