diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-10-04 21:00:30 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-10-09 14:47:39 -0700 |
commit | 3caf3e1e08220b59dee1dfe81549b3a0739f8565 (patch) | |
tree | abf8eca882175ccc7b0347b49eaecd6105ba7ad0 /meson.build | |
parent | 9865ebaaa618d82a7b7fdccc636cbaa7dfa42427 (diff) |
testsuite: add a functional2 test suite based on pytest
I am tired of bad shell scripts, let me write bad python quickly
instead. It's definitely, $100%, better.
This is not planned as an immediate replacement of the old test suite,
but we::jade would not oppose tests getting ported.
What is here is a mere starting point and there is a lot more
functionality that we need.
Fixes: https://git.lix.systems/lix-project/lix/issues/488
Change-Id: If762efce69030bb667491b263b874c36024bf7b6
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
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') |