Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
run_pixel_tests.py
Go to the documentation of this file.
1
#!/usr/bin/env vpython3
2
# Copyright 2015 The PDFium Authors
3
# Use of this source code is governed by a BSD-style license that can be
4
# found in the LICENSE file.
5
6
import
sys
7
8
import
test_runner
9
10
11
def
main
():
12
runner =
test_runner.TestRunner
(
'pixel'
)
13
runner.SetEnforceExpectedImages(
True
)
14
return
runner.Run()
15
16
17
if
__name__ ==
'__main__'
:
18
sys.exit(
main
())
testing.tools.test_runner.TestRunner
Definition
test_runner.py:42
testing.tools.run_pixel_tests.main
main()
Definition
run_pixel_tests.py:11
qtwebengine
src
3rdparty
chromium
third_party
pdfium
testing
tools
run_pixel_tests.py
Generated on Thu Nov 14 2024 01:10:18 for Qt by
1.12.0