mte/unikernel/duniverse/dune_/otherlibs/dune-glob/test/dune
2025-11-11 02:07:51 +01:00

14 lines
282 B
Text

(library
(name dune_glob_unit_tests)
(inline_tests)
(libraries
stdune
dune_glob
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
ppx_expect.config
ppx_expect.config_types
base
ppx_inline_test.config)
(preprocess
(pps ppx_expect)))