Browse Source

Fix for no VTK.

enhancement_3
Trevor Irons 7 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,11 +50,13 @@ class MyTestSuite : public CxxTest::TestSuite
50 50
         TS_ASSERT_EQUALS( Obj->GetName(), std::string("RectilinearGridReader") );
51 51
     }
52 52
 
53
+#ifdef LEMMAUSEVTK
53 54
     void testRectilinearGridVTKExporter( void )
54 55
     {
55 56
         auto Obj = RectilinearGridVTKExporter::NewSP();
56 57
         TS_ASSERT_EQUALS( Obj->GetName(), std::string("RectilinearGridVTKExporter") );
57 58
     }
59
+#endif
58 60
 
59 61
     void testWindowFilter( void )
60 62
     {

Loading…
Cancel
Save