diff --git a/src/test/modules/test_json_parser/meson.build b/src/test/modules/test_json_parser/meson.build index b224f3e07e2..edff0d26854 100644 --- a/src/test/modules/test_json_parser/meson.build +++ b/src/test/modules/test_json_parser/meson.build @@ -49,5 +49,9 @@ tests += { 't/003_test_semantic.pl', 't/004_test_parser_perf.pl' ], + 'deps': [ + test_json_parser_incremental, + test_json_parser_perf, + ], }, }