(library
 (name jsoo_compiler_expect_tests)
 (libraries js_of_ocaml_compiler unix str)
 (inline_tests
  (flags -allow-output-patterns)
  (deps
    (file ../../compiler/bin-js_of_ocaml/js_of_ocaml.exe)
    (file ../../compiler/bin-jsoo_minify/jsoo_minify.exe)
  ))
 (preprocess (pps ppx_expect)))

(include_subdirs unqualified)
