0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / opengles3 / begin
diff --git a/tests/opengles3/begin b/tests/opengles3/begin
new file mode 100644 (file)
index 0000000..083a50e
--- /dev/null
@@ -0,0 +1,13 @@
+cpulimit 300
+
+if { $::tcl_platform(os) == "Darwin" } {
+  puts "TEST COMPLETED"
+  return -code 1 "Skipping testgrid 'opengles3': not configured for macOS"
+}
+
+pload VISUALIZATION
+vdriver -load GLES
+vgldebug -glslWarn 1
+vcaps -useWinBuffer 0
+
+if { [info exists imagedir] == 0 } { set imagedir . }