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