Skip to content

Commit 244a430

Browse files
authored
test: move ppx tests to sub directory (#9651)
Signed-off-by: Rudi Grinberg <[email protected]>
1 parent 202e607 commit 244a430

File tree

47 files changed

+5
-6
lines changed

Some content is hidden

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

47 files changed

+5
-6
lines changed

test/blackbox-tests/test-cases/dune

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@
8181
(<> %{ocaml-config:system} macosx)
8282
(<> %{ocaml-config:system} win))))
8383

84-
(cram
85-
(applies_to ppx-rewriter)
86-
(deps
87-
(package ppxlib)
88-
%{bin:ocamlfind}))
89-
9084
(subdir
9185
cram
9286
; mac has a different sh error message
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
(cram
2+
(applies_to ppx-rewriter)
3+
(deps
4+
(package ppxlib)
5+
%{bin:ocamlfind}))

0 commit comments

Comments
 (0)