Skip to content

Commit

Permalink
chore: turn off implicit transitive deps
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>

<!-- ps-id: 7f2cd9ca-d56d-4fcd-8068-82163ec69180 -->
  • Loading branch information
rgrinberg committed Apr 16, 2024
1 parent d9850fd commit d281e4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(lang dune 2.0)

(name re)

(implicit_transitive_deps false)
4 changes: 2 additions & 2 deletions lib_test/dune
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(tests
(libraries re fort_unit)
(libraries re fort_unit ounit2)
(modules :standard \ test_str)
(names test_easy test_re test_perl test_emacs test_glob test_pcre test_posix))

(test
(libraries re fort_unit str)
(libraries re fort_unit str ounit2)
(modules test_str)
(name test_str))
2 changes: 1 addition & 1 deletion lib_test/fort_unit/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
(library
(name fort_unit)
(wrapped false)
(libraries re oUnit))
(libraries re ounit2))

0 comments on commit d281e4b

Please sign in to comment.