浏览代码

Fix for no VTK.

enhancement_3
Trevor Irons 8 年前
父节点
当前提交
390c1f34ff
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      LemmaCore/testing/GetNameCheck.h

+ 2
- 0
LemmaCore/testing/GetNameCheck.h 查看文件

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
     {

正在加载...
取消
保存