summaryrefslogtreecommitdiff
path: root/test/functional/Test1/TestAppMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/Test1/TestAppMain.cpp')
-rw-r--r--test/functional/Test1/TestAppMain.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/functional/Test1/TestAppMain.cpp b/test/functional/Test1/TestAppMain.cpp
new file mode 100644
index 0000000..7b8e51d
--- /dev/null
+++ b/test/functional/Test1/TestAppMain.cpp
@@ -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;
+}