diff --git a/src/Draw/Draw_BasicCommands.cxx b/src/Draw/Draw_BasicCommands.cxx index 4296fa5fd6..772f057880 100644 --- a/src/Draw/Draw_BasicCommands.cxx +++ b/src/Draw/Draw_BasicCommands.cxx @@ -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 diff --git a/tests/v3d/ivtk/parse.rules b/tests/v3d/ivtk/parse.rules new file mode 100644 index 0000000000..8ea9c895ea --- /dev/null +++ b/tests/v3d/ivtk/parse.rules @@ -0,0 +1 @@ +SKIPPED /Could not open: TKIVtkDraw/ VIS is not available