Browse Source

Fix for no VTK.

enhancement_3
Trevor Irons 8 years ago
parent
commit
390c1f34ff
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      LemmaCore/testing/GetNameCheck.h

+ 2
- 0
LemmaCore/testing/GetNameCheck.h View File

50
         TS_ASSERT_EQUALS( Obj->GetName(), std::string("RectilinearGridReader") );
50
         TS_ASSERT_EQUALS( Obj->GetName(), std::string("RectilinearGridReader") );
51
     }
51
     }
52
 
52
 
53
+#ifdef LEMMAUSEVTK
53
     void testRectilinearGridVTKExporter( void )
54
     void testRectilinearGridVTKExporter( void )
54
     {
55
     {
55
         auto Obj = RectilinearGridVTKExporter::NewSP();
56
         auto Obj = RectilinearGridVTKExporter::NewSP();
56
         TS_ASSERT_EQUALS( Obj->GetName(), std::string("RectilinearGridVTKExporter") );
57
         TS_ASSERT_EQUALS( Obj->GetName(), std::string("RectilinearGridVTKExporter") );
57
     }
58
     }
59
+#endif
58
 
60
 
59
     void testWindowFilter( void )
61
     void testWindowFilter( void )
60
     {
62
     {

Loading…
Cancel
Save