2021-03-16 12:09:31 +00:00
|
|
|
(test
|
2021-11-15 14:04:59 +00:00
|
|
|
(name test_builder_db)
|
2021-12-01 16:21:12 +00:00
|
|
|
(modules test_builder_db)
|
2021-10-20 09:10:43 +00:00
|
|
|
(libraries builder_db caqti.blocking alcotest mirage-crypto-rng.unix))
|
2021-12-01 16:21:12 +00:00
|
|
|
|
|
|
|
(test
|
|
|
|
(name markdown_to_html)
|
|
|
|
(modules markdown_to_html)
|
|
|
|
(libraries builder_web 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
|
|
|
|
))
|
|
|
|
)
|