Lines Matching +full:ruby +full:- +full:full
19 'OPTIONS_FULL_32BIT': 'Full config, 32 bit color depth',
56 r = f[:-2] + "_Runner.c"
58 subprocess.check_call(['ruby', 'unity/generate_test_runner.rb',
72 Does not return the full path to the directory - just the base name.'''
108 subprocess.check_call(['cmake', '-DCMAKE_BUILD_TYPE=%s' % build_type,
109 '-D%s=1' % options_name, '..'])
110 subprocess.check_call(['cmake', '--build', build_dir,
111 '--parallel', str(os.cpu_count())])
126 ['ctest', '--timeout', '30', '--parallel', str(os.cpu_count()), '--output-on-failure'])
146 cmd = ['gcovr', '--root', root_dir, '--html-details', '--output',
147 html_report_file, '--xml', 'report/coverage.xml',
148 '-j', str(os.cpu_count()), '--print-summary',
149 '--html-title', 'LVGL Test Coverage']
151 cmd.extend(['--exclude', d])
159 There are two types of LVGL tests: "build", and "test". The build-only
166 parser.add_argument('--build-options', nargs=1,
170 parser.add_argument('--clean', action='store_true', default=False,
172 parser.add_argument('--report', action='store_true',