Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
package | test |
Functions | |
def | test.fail_tests (font_subset) |
def | test.run_cmd (cmd, codepoints, fail=False) |
def | test.test_zip (font_subset_zip, exe) |
def | test.platform_to_path (os, cpu) |
def | test.main () |
Variables | |
test.SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) | |
test.SRC_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, '..', '..', '..')) | |
test.MATERIAL_TTF = os.path.join(SCRIPT_DIR, 'fixtures', 'MaterialIcons-Regular.ttf') | |
test.VARIABLE_MATERIAL_TTF = os.path.join(SCRIPT_DIR, 'fixtures', 'MaterialSymbols-Variable.ttf') | |
tuple | test.COMPARE_TESTS |