mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-17 15:11:22 +01:00
Format with ocamlformat
This commit is contained in:
parent
5d0923569f
commit
fa7b93e3da
11 changed files with 298 additions and 206 deletions
21
tests/dune
21
tests/dune
|
|
@ -1,13 +1,10 @@
|
|||
(tests
|
||||
(names
|
||||
flake_env_test_versions
|
||||
flake_env_test_watches
|
||||
flake_env_test_util)
|
||||
(deps spit_version.sh spit_gibberish.sh)
|
||||
(libraries
|
||||
lib
|
||||
alcotest
|
||||
core
|
||||
core_unix
|
||||
core_unix.sys_unix
|
||||
core_unix.filename_unix))
|
||||
(names flake_env_test_versions flake_env_test_watches flake_env_test_util)
|
||||
(deps spit_version.sh spit_gibberish.sh)
|
||||
(libraries
|
||||
lib
|
||||
alcotest
|
||||
core
|
||||
core_unix
|
||||
core_unix.sys_unix
|
||||
core_unix.filename_unix))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue