Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 60a8a28

Browse files
committedMay 4, 2021
Initial implementation of nestable test API
1 parent cf54cde commit 60a8a28

File tree

150 files changed

+3158
-1390
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+3158
-1390
lines changed
 

‎Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
all:
44
dune build
55

6+
doc:
7+
dune build @doc --force
8+
cp -r _build/default/_doc/_html doc/static/api
9+
610
test:
711
dune runtest
812

‎alcotest-async.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/mirage/alcotest"
99
doc: "https://mirage.github.io/alcotest"
1010
bug-reports: "https://github.com/mirage/alcotest/issues"
1111
depends: [
12-
"dune" {>= "2.2"}
12+
"dune" {>= "2.4"}
1313
"re" {with-test}
1414
"fmt" {with-test}
1515
"cmdliner" {with-test}

0 commit comments

Comments
 (0)
Please sign in to comment.