2019-11-22 00:06:34 +04:00
|
|
|
(library
|
|
|
|
(name cli_expect_tests)
|
|
|
|
(libraries simple-utils cli)
|
|
|
|
(inline_tests)
|
2019-12-11 15:23:11 +04:00
|
|
|
(preprocess (pps ppx_let ppx_expect bisect_ppx --conditional))
|
2019-11-22 00:06:34 +04:00
|
|
|
(flags (:standard -open Simple_utils)))
|