aboutsummaryrefslogtreecommitdiff
path: root/test/dune
diff options
context:
space:
mode:
Diffstat (limited to 'test/dune')
-rw-r--r--test/dune11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/dune b/test/dune
new file mode 100644
index 0000000..a01215d
--- /dev/null
+++ b/test/dune
@@ -0,0 +1,11 @@
+(test
+ (name qsp_parser_test)
+ (libraries
+ alcotest
+ qsp_parser
+ qsp_syntax
+ )
+ (preprocess (pps
+ ppx_deriving.show
+ ppx_deriving.eq ))
+ )