(library
 (name dune_memo_graph_dump_tests)
 (inline_tests)
 (libraries
  stdune
  dune_graph
  memo
  test_scheduler
  ;; This is because of the (implicit_transitive_deps false)
  ;; in dune-project
  ppx_expect.config_types
  base
  ppx_inline_test.config)
 (preprocess
  (pps ppx_expect)))
