diff options
Diffstat (limited to 'tests/functional/alpha/meson.build')
-rw-r--r-- | tests/functional/alpha/meson.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/alpha/meson.build b/tests/functional/alpha/meson.build new file mode 100644 index 0000000..26a5b3f --- /dev/null +++ b/tests/functional/alpha/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +tests_alpha_system_quick = [ + 'migration', +] + +tests_alpha_system_thorough = [ + 'clipper', + 'replay', +] |