aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorjade <lix@jade.fyi>2024-10-14 05:53:44 +0000
committerGerrit Code Review <gerrit@localhost>2024-10-14 05:53:44 +0000
commit326cbecb61d42ce73caa391cdcb21acb2581bf7c (patch)
treee9a69b68fccc6c39c6038e8b229233d97a4225c7 /meson.build
parenta322fcea4a3630853bb1e91f411da5d37a8b4523 (diff)
parent4180b84a677c363ab9f5ce500f0e5fa822d6c133 (diff)
Merge changes I327db40f,If762efce into main
* changes: testsuite: use xdist for parallel test running testsuite: add a functional2 test suite based on pytest
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2cf86e985..7a5f28d6b 100644
--- a/meson.build
+++ b/meson.build
@@ -607,6 +607,7 @@ endif
if enable_tests
subdir('tests/unit')
subdir('tests/functional')
+ subdir('tests/functional2')
endif
subdir('meson/clang-tidy')