mte/unikernel/duniverse/dune_/test/expect-tests/dag/dune

16 lines
295 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(library
(name dune_dag_unit_tests)
(inline_tests)
(libraries
dune_tests_common
stdune
dag
;; 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)))