mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-10-29 03:34:16 +00:00
tests: Put eel check and nautilus check under display-test option
Although eel can be split into displayless and display like we did for other tests, let's make sure we have a working prototype for now.
This commit is contained in:
parent
93bd5ca42e
commit
ec3eefcd2e
2 changed files with 12 additions and 8 deletions
|
@ -58,4 +58,6 @@ check_eel = executable(
|
|||
]
|
||||
)
|
||||
|
||||
test('check-eel', check_eel)
|
||||
if get_option('display-tests')
|
||||
test('check-eel', check_eel)
|
||||
endif
|
||||
|
|
|
@ -305,13 +305,15 @@ nautilus = executable(
|
|||
install: true
|
||||
)
|
||||
|
||||
test(
|
||||
'nautilus', nautilus,
|
||||
args: [
|
||||
'--check',
|
||||
'--g-fatal-warnings'
|
||||
]
|
||||
)
|
||||
if get_option('display-tests')
|
||||
test(
|
||||
'nautilus', nautilus,
|
||||
args: [
|
||||
'--check',
|
||||
'--g-fatal-warnings'
|
||||
]
|
||||
)
|
||||
endif
|
||||
|
||||
nautilus_autorun_software_sources = [
|
||||
'nautilus-autorun-software.c',
|
||||
|
|
Loading…
Reference in a new issue