(library
 (name jsoo_testsuite)
 (libraries unix compiler-libs.common)
 (foreign_stubs
  (language c)
  (names bigarray_stubs flush_stubs))
 (js_of_ocaml
  (javascript_files runtime.js))
 (inline_tests
  (modes js best))
 (preprocess
  (pps ppx_expect)))

(ocamlyacc calc_parser)

(ocamllex calc_lexer)

(ocamlyacc parser_1307)

(ocamllex lexer_1307)
