git-kv/test/dune
2024-10-28 09:45:49 +01:00

32 lines
No EOL
489 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}))
(executable
(name git_daemon_exists)
(libraries unix))
(rule
(with-stdout-to
git-daemon
(run ./git_daemon_exists.exe)))
(test
(name tests)
(libraries git-kv alcotest bos)
(modules tests))