23 lines
397 B
Text
23 lines
397 B
Text
(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}))
|
|
|
|
(test
|
|
(name tests)
|
|
(libraries git-kv alcotest bos mirage-clock-unix lwt.unix git-unix)
|
|
(modules tests))
|