diff --git a/src/test/modules/test_json_parser/meson.build b/src/test/modules/test_json_parser/meson.build index a1a97adc1f5..5672045f496 100644 --- a/src/test/modules/test_json_parser/meson.build +++ b/src/test/modules/test_json_parser/meson.build @@ -61,5 +61,10 @@ tests += { 't/003_test_semantic.pl', 't/004_test_parser_perf.pl' ], + 'deps': [ + test_json_parser_incremental, + test_json_parser_incremental_shlib, + test_json_parser_perf, + ], }, }