patch

application/octet-stream

Filename: patch
Type: application/octet-stream
Part: 0
Message: Re: WIP Incremental JSON Parser
diff --git a/src/test/modules/test_json_parser/meson.build b/src/test/modules/test_json_parser/meson.build
index 0e9c3e0698..0f387ab591 100644
--- a/src/test/modules/test_json_parser/meson.build
+++ b/src/test/modules/test_json_parser/meson.build
@@ -43,6 +43,7 @@ tests += {
   'sd': meson.current_source_dir(),
   'bd': meson.current_build_dir(),
   'tap': {
+    'deps': [ test_json_parser_incremental ],
     'tests': [
       't/001_test_json_parser_incremental.pl',
       't/002_inline.pl',