(library
  (public_name semgrep.osemgrep_networking.tests)
  (name osemgrep_networking_tests)
  (wrapped false)
  (libraries
    networking.http_mock_client
    lwt_platform
    cohttp-lwt-unix
    commons

    profiling
    networking
    semgrep_core_cli ; for Version.version in Network_app.ml
    osemgrep_configuring
    osemgrep_jsonnet
  )
 (preprocess
   (pps
     profiling.ppx
     ppx_deriving.show
     ppx_deriving.eq
     ppx_hash
     lwt_ppx
   )
 )
)
