mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-30 12:14:08 +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:
parent
868dbdbae4
commit
476e84b169
@ -292,6 +292,11 @@ static Standard_Integer dversion(Draw_Interpretor& di, Standard_Integer, const c
|
|||||||
#else
|
#else
|
||||||
di << "OpenCL disabled\n";
|
di << "OpenCL disabled\n";
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_VTK
|
||||||
|
di << "VTK enabled (HAVE_VTK)\n";
|
||||||
|
#else
|
||||||
|
di << "VTK disabled\n";
|
||||||
|
#endif
|
||||||
#ifdef No_Exception
|
#ifdef No_Exception
|
||||||
di << "Exceptions disabled (No_Exception)\n";
|
di << "Exceptions disabled (No_Exception)\n";
|
||||||
#else
|
#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
|
Loading…
x
Reference in New Issue
Block a user