diff options
author | Carlos Soriano <csoriano@gnome.org> | 2018-01-06 01:54:17 +0100 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2018-01-06 01:59:04 +0100 |
commit | ec3eefcd2e83107043da00a4c4834a2b5e33e158 (patch) | |
tree | ca34f04461d39f9d78cd88dc42cfd79bee6dcaaf /eel | |
parent | 93bd5ca42e3bad897e05524bb90b9d145f716041 (diff) | |
download | nautilus-ec3eefcd2e83107043da00a4c4834a2b5e33e158.tar.gz |
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.
Diffstat (limited to 'eel')
-rw-r--r-- | eel/meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eel/meson.build b/eel/meson.build index 6f353829f..3f67372d3 100644 --- a/eel/meson.build +++ b/eel/meson.build @@ -58,4 +58,6 @@ check_eel = executable( ] ) -test('check-eel', check_eel) +if get_option('display-tests') + test('check-eel', check_eel) +endif |