meson.build: enable-tests -> build-tests

This completes b5e00d36f0
This commit is contained in:
Javier Jardón 2017-09-06 20:45:00 +01:00
parent 4b48ed569a
commit 80e3239033

View File

@ -521,7 +521,7 @@ subdir('gdk')
subdir('gsk')
subdir('gtk')
subdir('modules')
if get_option('enable-tests')
if get_option('build-tests')
subdir('tests')
subdir('testsuite')
endif