diff options
author | Timm Bäder <mail@baedert.org> | 2016-09-26 12:51:17 +0200 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:52 +0100 |
commit | 409ed215948fcc77b91a98dfe15856af3977a58d (patch) | |
tree | 71a2ef4ffa6395403976199103a0c3dec9342e77 /testsuite/meson.build | |
parent | 6dd6660c685d22e88af5ed4d0b5f1f22df0338de (diff) | |
download | gtk+-409ed215948fcc77b91a98dfe15856af3977a58d.tar.gz |
meson: Sort input files by name
Diffstat (limited to 'testsuite/meson.build')
-rw-r--r-- | testsuite/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/meson.build b/testsuite/meson.build index a3507d5e06..87638b78dd 100644 --- a/testsuite/meson.build +++ b/testsuite/meson.build @@ -1,3 +1,6 @@ subdir('gtk') subdir('gdk') subdir('css') +subdir('a11y') +# subdir('tools') +# subdir('reftests') |