(executable
  (name tests)
  (libraries
    ocaml_lecture_02_1
    batteries
    ounit2
  )
  (flags
    (:standard -w -39) ;for ppx_deriving_yojson, which generates extra rec flags
  )
)
