diff options
Diffstat (limited to '')
-rw-r--r-- | test/automated/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/automated/meson.build b/test/automated/meson.build new file mode 100644 index 0000000..a112242 --- /dev/null +++ b/test/automated/meson.build @@ -0,0 +1,4 @@ +subdir('displayless') +if get_option('tests') == 'all' + subdir('display') +endif |