git-kv/test/dune

24 lines
397 B
Text
Raw Permalink Normal View History

(env (_ (binaries (../app/mgit.exe as mgit))))
(cram
(package git-kv)
(applies_to simple)
(locks p9418)
(deps %{bin:mgit}))
(cram
(package git-kv)
(applies_to fold)
(locks p9418)
(deps %{bin:mgit}))
(cram
(package git-kv)
(applies_to fold2)
(locks p9418)
(deps %{bin:mgit}))
2024-10-28 08:45:49 +00:00
(test
(name tests)
(libraries git-kv alcotest bos mirage-clock-unix lwt.unix git-unix)
(modules tests))