We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad84d4f commit 2380ba3Copy full SHA for 2380ba3
CHANGES.md
@@ -1,3 +1,8 @@
1
+### ?.?.? (????-??-??)
2
+
3
+ * Added missing :with-test declaration in Dune project file.
4
5
6
### 5.0.0 (2019-12-01)
7
8
* Breaking change:
dune-project
@@ -28,6 +28,7 @@ database engine with outstanding performance for many use cases.")
28
(conf-sqlite3 :build)
29
(base :build)
30
(stdio :build)
31
+ (ppx_inline_test :with-test)
32
)
33
(tags (clib:sqlite3 clib:pthread))
34
sqlite3.opam
@@ -27,4 +27,5 @@ depends: [
27
"conf-sqlite3" {build}
"base" {build}
"stdio" {build}
+ "ppx_inline_test" {with-test}
]
0 commit comments