summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc')
-rw-r--r--TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc b/TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc
index 40ae9a4d2a7..5188e4a669b 100644
--- a/TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc
+++ b/TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc
@@ -1,21 +1,9 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults, amh {
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, amh, strategies {
- after += *idl
Source_Files {
server.cpp
- TestS.cpp
- TestC.cpp
- }
- IDL_Files {
}
}
@@ -23,9 +11,5 @@ project(*Client): taoexe, amh, portableserver, strategies {
after += *Server
Source_Files {
client.cpp
- TestS.cpp
- TestC.cpp
- }
- IDL_Files {
}
}