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