On Thu, Sep 05, 2024 at 15:49:30 +0200, Ján Tomko wrote: > Some tests depend on WITH_YAJL even though the actual library used > does not make a difference. Introduce WITH_JSON for a smoother > transition. > > Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> > --- > meson.build | 1 + > tests/meson.build | 6 +++--- > tests/virnetdaemontest.c | 2 +- > tests/virstoragetest.c | 4 ++-- > 4 files changed, 7 insertions(+), 6 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>