mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
tests: Add unit test for highlighter
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2033>
This commit is contained in:
parent
3d8b866a9d
commit
a4b6b07d78
2 changed files with 117 additions and 1 deletions
|
|
@ -10,7 +10,17 @@ run_test = configure_file(
|
|||
testenv = environment()
|
||||
testenv.set('GSETTINGS_SCHEMA_DIR', join_paths(meson.build_root(), 'data'))
|
||||
|
||||
foreach test : ['insertSorted', 'jsParse', 'markup', 'params', 'url', 'versionCompare']
|
||||
tests = [
|
||||
'highlighter',
|
||||
'insertSorted',
|
||||
'jsParse',
|
||||
'markup',
|
||||
'params',
|
||||
'url',
|
||||
'versionCompare',
|
||||
]
|
||||
|
||||
foreach test : tests
|
||||
test(test, run_test,
|
||||
args: 'unit/@0@.js'.format(test),
|
||||
env: testenv,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue