mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-17 07:01:23 +01:00
Add tests
This commit is contained in:
parent
7759d2ac6a
commit
04109672f0
8 changed files with 403 additions and 2 deletions
12
lib/dune
12
lib/dune
|
|
@ -1,5 +1,13 @@
|
|||
(library
|
||||
(name lib)
|
||||
(public_name flake_env.lib)
|
||||
(libraries core core_unix core_unix.filename_unix core_unix.sys_unix ppx_yojson_conv re sha)
|
||||
(preprocess (pps ppx_yojson_conv ppx_jane ppx_inline_test)))
|
||||
(libraries
|
||||
core
|
||||
core_unix
|
||||
core_unix.filename_unix
|
||||
core_unix.sys_unix
|
||||
ppx_yojson_conv
|
||||
re
|
||||
sha)
|
||||
(instrumentation (backend bisect_ppx))
|
||||
(preprocess (pps ppx_yojson_conv ppx_jane )))
|
||||
Loading…
Add table
Add a link
Reference in a new issue