Skip to content

Commit

Permalink
Add (cram disable) to 3.0 tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysse Gérard <[email protected]>
  • Loading branch information
voodoos committed Jun 29, 2021
1 parent b598148 commit e7384be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The version 0.2 requires dune 2.8
$ cat >dune-project <<EOF
> (lang dune 3.0)
> (using mdx 0.2)
> (cram disable)
> EOF
$ dune build @install
File "dune-project", line 2, characters 11-14:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Since 0.2 you can use the `libraries` field to have them linked into the test ex
$ cat >dune-project <<EOF
> (lang dune 3.0)
> (using mdx 0.2)
> (cram disable)
> EOF

$ dune runtest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A deprecation warning is raised if using the olf `packages` field.
$ cat >dune-project <<EOF
> (lang dune 3.0)
> (using mdx 0.2)
> (cram disable)
> EOF

$ dune runtest
Expand Down

0 comments on commit e7384be

Please sign in to comment.