diff options
Diffstat (limited to 'eel')
-rw-r--r-- | eel/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/meson.build b/eel/meson.build index 3bca16fde..70419c670 100644 --- a/eel/meson.build +++ b/eel/meson.build @@ -56,6 +56,6 @@ check_eel = executable( ] ) -if get_option('display-tests') +if get_option('tests') == 'all' test('check-eel', check_eel) endif |