summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp
blob: 70bbe0fe85df0d8284c03bbabfd5a3c79684977f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

#include "Handler_Test.h"

#include "Config_Handlers/CompImplDesc_Handler.h"

int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
  return Config_Handler_Test::run_test 
    <CIAO::Config_Handler::CompImplDesc_Handler, 
    Deployment::ComponentImplementationDescription>
    (argc, 
     argv, 
     &CIAO::Config_Handler::CompImplDesc_Handler::process_ComponentImplementationDescription);
}