summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-19 14:49:12 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-20 11:41:27 +0000
commitf4a00b4f27d93597752e42254b319eeb2538796d (patch)
treeefd13124fa0f14987dd43887b9e19f92c793068c
parent3fe7cff04f9120aadbe87617b8640c15ea6793c4 (diff)
downloadbubblewrap-f4a00b4f27d93597752e42254b319eeb2538796d.tar.gz
meson: Actually build and run the tests
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 598c42e..85513f3 100644
--- a/meson.build
+++ b/meson.build
@@ -151,3 +151,5 @@ endif
if not meson.is_subproject()
subdir('completions')
endif
+
+subdir('tests')