mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
Added info on VTK availability in dversion command; VTK tests are corrected to report SKIPPED status if VIS is not available
This commit is contained in:
@@ -292,6 +292,11 @@ static Standard_Integer dversion(Draw_Interpretor& di, Standard_Integer, const c
|
||||
#else
|
||||
di << "OpenCL disabled\n";
|
||||
#endif
|
||||
#ifdef HAVE_VTK
|
||||
di << "VTK enabled (HAVE_VTK)\n";
|
||||
#else
|
||||
di << "VTK disabled\n";
|
||||
#endif
|
||||
#ifdef No_Exception
|
||||
di << "Exceptions disabled (No_Exception)\n";
|
||||
#else
|
||||
|
1
tests/v3d/ivtk/parse.rules
Normal file
1
tests/v3d/ivtk/parse.rules
Normal file
@@ -0,0 +1 @@
|
||||
SKIPPED /Could not open: TKIVtkDraw/ VIS is not available
|
Reference in New Issue
Block a user