Skip to content

Commit 17fbbd4

Browse files
committed
Test. WIll revert later.
1 parent f0b5328 commit 17fbbd4

File tree

9 files changed

+15
-9
lines changed

9 files changed

+15
-9
lines changed

compiled_starters/ocaml/codecrafters_redis.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.1"
43
synopsis: "Starter code for the Build your own Redis challenge"
54
maintainer: ["CodeCrafters <[email protected]>"]
65
authors: ["CodeCrafters <[email protected]>"]
@@ -9,6 +8,7 @@ homepage: "https://codecrafters.io"
98
bug-reports: "https://github.com/codecrafters-io/build-your-own-redis/issues"
109
depends: [
1110
"dune" {>= "3.16"}
11+
"ppx_inline_test" {with-test}
1212
"odoc" {with-doc}
1313
]
1414
build: [

compiled_starters/ocaml/dune

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
(executable
44
(name main)
5-
(libraries unix))
5+
(libraries unix)
6+
(preprocess (pps ppx_inline_test)))

compiled_starters/ocaml/dune-project

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
"https://github.com/codecrafters-io/build-your-own-redis/issues")
1515
(license "MIT")
1616
(allow_empty true)
17-
(version 0.1))
17+
(depends
18+
(ppx_inline_test :with-test)))

solutions/ocaml/01-jm1/code/codecrafters_redis.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.1"
43
synopsis: "Starter code for the Build your own Redis challenge"
54
maintainer: ["CodeCrafters <[email protected]>"]
65
authors: ["CodeCrafters <[email protected]>"]
@@ -9,6 +8,7 @@ homepage: "https://codecrafters.io"
98
bug-reports: "https://github.com/codecrafters-io/build-your-own-redis/issues"
109
depends: [
1110
"dune" {>= "3.16"}
11+
"ppx_inline_test" {with-test}
1212
"odoc" {with-doc}
1313
]
1414
build: [

solutions/ocaml/01-jm1/code/dune

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
(executable
44
(name main)
5-
(libraries unix))
5+
(libraries unix)
6+
(preprocess (pps ppx_inline_test)))

solutions/ocaml/01-jm1/code/dune-project

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
"https://github.com/codecrafters-io/build-your-own-redis/issues")
1515
(license "MIT")
1616
(allow_empty true)
17-
(version 0.1))
17+
(depends
18+
(ppx_inline_test :with-test)))

starter_templates/ocaml/code/codecrafters_redis.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.1"
43
synopsis: "Starter code for the Build your own Redis challenge"
54
maintainer: ["CodeCrafters <[email protected]>"]
65
authors: ["CodeCrafters <[email protected]>"]
@@ -9,6 +8,7 @@ homepage: "https://codecrafters.io"
98
bug-reports: "https://github.com/codecrafters-io/build-your-own-redis/issues"
109
depends: [
1110
"dune" {>= "3.16"}
11+
"ppx_inline_test" {with-test}
1212
"odoc" {with-doc}
1313
]
1414
build: [

starter_templates/ocaml/code/dune

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
(executable
44
(name main)
5-
(libraries unix))
5+
(libraries unix)
6+
(preprocess (pps ppx_inline_test)))

starter_templates/ocaml/code/dune-project

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
"https://github.com/codecrafters-io/build-your-own-redis/issues")
1515
(license "MIT")
1616
(allow_empty true)
17-
(version 0.1))
17+
(depends
18+
(ppx_inline_test :with-test)))

0 commit comments

Comments
 (0)