test/run_filter: add command line parser

This commit is contained in:
Max Kellermann
2024-10-30 22:13:49 +01:00
parent d7b4634e5e
commit 2ef36af68d
2 changed files with 53 additions and 14 deletions

View File

@@ -524,6 +524,7 @@ executable(
include_directories: inc,
dependencies: [
filter_glue_dep,
cmdline_dep,
],
)