Skip to content

Commit a23013b

Browse files
committed
Move test into a dedicated directory
This allows to add more packages into the repository.
1 parent 017a950 commit a23013b

File tree

9 files changed

+6
-2
lines changed

9 files changed

+6
-2
lines changed

bin/lwt_ppx_to_let_syntax/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(executable
22
(public_name lwt-ppx-to-let-syntax)
3+
(package lwt_ppx_to_let_syntax)
34
(name main)
45
(libraries cmdliner fs_utils ocamlformat_utils))

test/dune

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
(cram
2-
(deps %{bin:lwt-ppx-to-let-syntax}))
1+
(subdir
2+
lwt_ppx_to_let_syntax
3+
(cram
4+
(package lwt_ppx_to_let_syntax)
5+
(deps %{bin:lwt-ppx-to-let-syntax})))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)