builder-web/test/dune

21 lines
395 B
Text
Raw Normal View History

2021-03-16 12:09:31 +00:00
(test
(name test_builder_db)
(modules test_builder_db)
2021-10-20 09:10:43 +00:00
(libraries builder_db caqti.blocking alcotest mirage-crypto-rng.unix))
(test
(name markdown_to_html)
(modules markdown_to_html)
2023-08-25 09:04:35 +00:00
(libraries builder_web cmarkit alcotest))
2022-06-21 19:20:14 +00:00
(test
(name router)
(modules router)
(libraries builder_web fmt dream yojson alcotest)
(preprocess
(pps
ppx_deriving.std
ppx_deriving_yojson
))
)