aboutsummaryrefslogtreecommitdiff
path: root/test/dune
blob: 2f4e80389b25a008cfe2e4e5a4041957ba30862e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(test
 (name qsp_parser_test)
 (libraries 
   alcotest
   qparser
   qsp_syntax
   fmt
 )
 (preprocess (pps 
   ppx_deriving.show 
   ppx_deriving.eq ))
 )