aboutsummaryrefslogtreecommitdiff
path: root/test/dune
blob: be1e337bd8f5ab9c22948d51a6701823bcbaa38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(test
 (name qsp_parser_test)
 (modes byte exe)
 (libraries 
   alcotest
   alcotest.engine
   sedlex
   qparser
   qsp_syntax
   qsp_checks
   fmt
 )
 (preprocess (pps 
   ppx_deriving.show 
   ppx_deriving.eq ))
 )