summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI_Buffering/AMI_Buffering.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI_Buffering/AMI_Buffering.mpc')
-rw-r--r--TAO/tests/AMI_Buffering/AMI_Buffering.mpc20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/tests/AMI_Buffering/AMI_Buffering.mpc b/TAO/tests/AMI_Buffering/AMI_Buffering.mpc
index 5fb820f88c7..a4156b9a83f 100644
--- a/TAO/tests/AMI_Buffering/AMI_Buffering.mpc
+++ b/TAO/tests/AMI_Buffering/AMI_Buffering.mpc
@@ -1,22 +1,10 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults, ami {
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, ami {
- after += *idl
Source_Files {
AMI_Buffering.cpp
server.cpp
- TestS.cpp
- TestC.cpp
- }
- IDL_Files {
}
}
@@ -27,10 +15,6 @@ project(*Client): taoserver, ami {
Client_Task.cpp
Reply_Handler.cpp
client.cpp
- TestS.cpp
- TestC.cpp
- }
- IDL_Files {
}
}
@@ -40,9 +24,5 @@ project(*Admin): taoserver, ami {
Source_Files {
AMI_Buffering_Admin.cpp
admin.cpp
- TestS.cpp
- TestC.cpp
- }
- IDL_Files {
}
}