mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-11-05 08:21:10 +00:00
build: style cleanup and group unit testing bits together
This commit is contained in:
parent
b6061c19b8
commit
c0363de459
@ -160,13 +160,12 @@ subdir('tools')
|
|||||||
|
|
||||||
have_tests = get_option('tests')
|
have_tests = get_option('tests')
|
||||||
if have_tests
|
if have_tests
|
||||||
subdir('tests')
|
subdir('tests')
|
||||||
endif
|
endif
|
||||||
|
summary('Enabled', have_tests, section: 'Tests')
|
||||||
|
|
||||||
if get_option('docs') and get_option('introspection').allowed()
|
if get_option('docs') and get_option('introspection').allowed()
|
||||||
subdir('docs')
|
subdir('docs')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
configure_file(output: 'config.h', configuration: config_h)
|
configure_file(output: 'config.h', configuration: config_h)
|
||||||
|
|
||||||
summary('Enabled', have_tests, section: 'Tests')
|
|
||||||
|
Loading…
Reference in New Issue
Block a user