18 lines
300 B
Text
18 lines
300 B
Text
|
|
(library
|
||
|
|
(name scheme_tests)
|
||
|
|
(libraries
|
||
|
|
stdune
|
||
|
|
dune_engine
|
||
|
|
scheme
|
||
|
|
fiber
|
||
|
|
memo
|
||
|
|
;; This is because of the (implicit_transitive_deps false)
|
||
|
|
;; in dune-project
|
||
|
|
ppx_expect.config
|
||
|
|
ppx_expect.config_types
|
||
|
|
base
|
||
|
|
ppx_inline_test.config)
|
||
|
|
(inline_tests)
|
||
|
|
(preprocess
|
||
|
|
(pps ppx_expect)))
|