Skip to content

Commit 2380ba3

Browse files
committed
Added missing :with-test declaration in Dune project file
1 parent ad84d4f commit 2380ba3

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### ?.?.? (????-??-??)
2+
3+
* Added missing :with-test declaration in Dune project file.
4+
5+
16
### 5.0.0 (2019-12-01)
27

38
* Breaking change:

dune-project

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ database engine with outstanding performance for many use cases.")
2828
(conf-sqlite3 :build)
2929
(base :build)
3030
(stdio :build)
31+
(ppx_inline_test :with-test)
3132
)
3233
(tags (clib:sqlite3 clib:pthread))
3334
)

sqlite3.opam

+1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ depends: [
2727
"conf-sqlite3" {build}
2828
"base" {build}
2929
"stdio" {build}
30+
"ppx_inline_test" {with-test}
3031
]

0 commit comments

Comments
 (0)