diff options
Diffstat (limited to 'TAO/tests/Server_Connection_Purging')
-rw-r--r-- | TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc new file mode 100644 index 00000000000..c8d2a7cb1f9 --- /dev/null +++ b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc @@ -0,0 +1,13 @@ +project(*Server): taoexe, portableserver { + Source_Files { + Test_i.cpp + server.cpp + } +} + +project(*Client): taoexe, portableserver { + Source_Files { + client.cpp + } +} + |