1
0
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:
abv 2014-09-26 13:11:01 +04:00 committed by bugmaster
parent 868dbdbae4
commit 476e84b169
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
SKIPPED /Could not open: TKIVtkDraw/ VIS is not available