Skip to content

Commit 4bf55be

Browse files
build: enable ppx_inline_test preprocessing and inline tests
Co-authored-by: aider (openai//workspace/models/openai-mirror/gpt-oss-120b/) <aider@aider.chat>
1 parent dd54bf1 commit 4bf55be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/dune

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
(library
22
(name dune_ai_context)
3-
(libraries str unix compiler-libs.common sexplib ppx_inline_test))
3+
(libraries str unix compiler-libs.common sexplib ppx_inline_test)
4+
(preprocess (pps ppx_inline_test))
5+
(inline_tests true))

0 commit comments

Comments
 (0)