summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/CSD_Strategy_Tests/TP_Test_3/server_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/CSD_Strategy_Tests/TP_Test_3/server_main.cpp')
-rw-r--r--trunk/TAO/tests/CSD_Strategy_Tests/TP_Test_3/server_main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/trunk/TAO/tests/CSD_Strategy_Tests/TP_Test_3/server_main.cpp b/trunk/TAO/tests/CSD_Strategy_Tests/TP_Test_3/server_main.cpp
new file mode 100644
index 00000000000..82e987f6d41
--- /dev/null
+++ b/trunk/TAO/tests/CSD_Strategy_Tests/TP_Test_3/server_main.cpp
@@ -0,0 +1,5 @@
+// $Id$
+#include "ServerApp.h"
+#include "TestAppMain.h"
+
+TEST_APP_MAIN(ServerApp)