16 lines
316 B
Text
16 lines
316 B
Text
(library
|
|
(name chrome_trace_tests)
|
|
(inline_tests)
|
|
(libraries
|
|
dune_tests_common
|
|
stdune
|
|
dune_stats
|
|
chrome_trace
|
|
;; 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)))
|