Skip to content

Commit 8c6b39d

Browse files
authored
Merge pull request #4 from Julow/packagize_lwt_ppx
Move test into a dedicated directory
2 parents 017a950 + a23013b commit 8c6b39d

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)