From bd9d82035b21c8b0695c18208827c184785398af Mon Sep 17 00:00:00 2001
From: Chimrod <>
Date: Fri, 22 Sep 2023 14:12:14 +0200
Subject: first commit

---
 test/dune | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 test/dune

(limited to 'test/dune')

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 ))
+ )
-- 
cgit v1.2.3