#include "grins_config.h"
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/ui/text/TestRunner.h>
#include <libmesh/libmesh.h>
#include "test_comm.h"
 
Go to the source code of this file.
 | 
| int  | main (int argc, char **argv) | 
|   | 
      
        
          | int main  | 
          ( | 
          int  | 
          argc,  | 
        
        
           | 
           | 
          char **  | 
          argv  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 36 of file unit_driver.C.
References TestCommWorld.
   38 #ifdef GRINS_HAVE_CPPUNIT 
   43   libMesh::LibMeshInit init(argc, argv);
 
   46   CppUnit::TextUi::TestRunner runner;
 
   47   CppUnit::TestFactoryRegistry ®istry = CppUnit::TestFactoryRegistry::getRegistry();
 
   48   runner.addTest( registry.makeTest() );
 
   61 #endif // GRINS_HAVE_CPPUNIT 
libMesh::Parallel::Communicator * TestCommWorld
 
 
 
 
      
        
          | libMesh::Parallel::Communicator* TestCommWorld |