We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10869be commit d0269f8Copy full SHA for d0269f8
dune-project
@@ -23,5 +23,4 @@ extension.")
23
dune
24
(ppxlib (>= 0.26.0))
25
gen
26
- (ppx_blob :with-test)
27
(ppx_expect :with-test)))
sedlex.opam
@@ -20,7 +20,6 @@ depends: [
20
"dune" {>= "3.0"}
21
"ppxlib" {>= "0.26.0"}
22
"gen"
- "ppx_blob" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
]
test/dune
@@ -1,9 +1,9 @@
1
(library
2
(name sedlex_test)
3
(libraries sedlex)
4
- (preprocessor_deps UTF-8-test.txt)
5
- (inline_tests)
+ (inline_tests
+ (deps UTF-8-test.txt))
6
(enabled_if
7
(>= %{ocaml_version} 4.14))
8
(preprocess
9
- (pps sedlex.ppx ppx_expect ppx_blob)))
+ (pps sedlex.ppx ppx_expect)))
test/stress_test.ml
67 Bytes
0 commit comments