18 lines
388 B
Text
18 lines
388 B
Text
(library
|
|
(name stdune_unit_tests)
|
|
(inline_tests
|
|
(deps
|
|
(source_tree ../unit-tests/findlib-db)
|
|
(source_tree ../unit-tests/toolchain.d)))
|
|
(libraries
|
|
stdune
|
|
dune_tests_common
|
|
unix
|
|
;; 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)))
|