dune 203 B

123456789101112131415
  1. (test
  2. (name qsp_parser_test)
  3. (modes byte exe)
  4. (libraries
  5. alcotest
  6. alcotest.engine
  7. sedlex
  8. qparser
  9. qsp_syntax
  10. fmt
  11. )
  12. (preprocess (pps
  13. ppx_deriving.show
  14. ppx_deriving.eq ))
  15. )