summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/tests/Config_Handlers/Handler_Tests.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/tests/Config_Handlers/Handler_Tests.mpc')
-rw-r--r--TAO/CIAO/DAnCE/tests/Config_Handlers/Handler_Tests.mpc57
1 files changed, 0 insertions, 57 deletions
diff --git a/TAO/CIAO/DAnCE/tests/Config_Handlers/Handler_Tests.mpc b/TAO/CIAO/DAnCE/tests/Config_Handlers/Handler_Tests.mpc
deleted file mode 100644
index f8bda5acc48..00000000000
--- a/TAO/CIAO/DAnCE/tests/Config_Handlers/Handler_Tests.mpc
+++ /dev/null
@@ -1,57 +0,0 @@
-//$Id$
-
-project (Domain_Handler_Test) : handler_test {
- exename = domain
-
- Source_Files {
- Domain_Handler_Test.cpp
- }
-}
-
-project (CompImpl_Handler_Test) : handler_test {
- exename = compimpldesc
-
- Source_Files {
- CompImplDesc_Handler_Test.cpp
- }
-}
-
-project (CompIntr_Handler_Test) : handler_test {
- exename = compintrdesc
-
- Source_Files {
- CompIntrDesc_Handler_Test.cpp
- }
-}
-
-project (CompPkg_Handler_Test) : handler_test {
- exename = comppkgdesc
-
- Source_Files {
- CompPkgDesc_Handler_Test.cpp
- }
-}
-
-project (IAD_Handler_Test) : handler_test {
- exename = iad
-
- Source_Files {
- IAD_Handler_Test.cpp
- }
-}
-
-project (PC_Handler_Test) : handler_test {
- exename = pc
-
- Source_Files {
- PC_Handler_Test.cpp
- }
-}
-
-project (Plan_Handler_Test) : handler_test {
- exename = plan
-
- Source_Files {
- Plan_Handler_Test.cpp
- }
-}