nautilus/test/automated/meson.build
Ernestas Kulik 510a8303dd build: make all tests optional
This can help cut down on link times a bit when working on things.
2018-03-16 06:22:36 +02:00

5 lines
80 B
Meson

subdir('displayless')
if get_option('tests') == 'all'
subdir('display')
endif