summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-05-19 10:09:58 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-05-19 10:50:48 -0500
commit711ee915e04815cfea6529120587e8e447038de4 (patch)
treed24c199daeaced5e88af5d9a05f23d911152776f /meson.build
parent9dbffc38e5c13aa6e0e0b234d8f6b3c431d62c3c (diff)
downloadat-spi2-core-711ee915e04815cfea6529120587e8e447038de4.tar.gz
Rename test directory to tests
at-spi2-core had a "test" directory, while atk has "tests". This is so that both directory names will be the same during the merge.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e56dd87c..c53cdbc9 100644
--- a/meson.build
+++ b/meson.build
@@ -124,7 +124,7 @@ subdir('dbind')
subdir('atspi')
subdir('bus')
subdir('registryd')
-subdir('test')
+subdir('tests')
if get_option('docs')
subdir('doc/libatspi')