2024-10-25 09:47:35 +00:00
|
|
|
(env (_ (binaries (../app/mgit.exe as mgit))))
|
2022-09-27 12:07:51 +00:00
|
|
|
(cram
|
|
|
|
(package git-kv)
|
2022-10-29 19:18:10 +00:00
|
|
|
(applies_to simple)
|
|
|
|
(locks p9418)
|
2024-10-25 09:47:35 +00:00
|
|
|
(deps %{bin:mgit}))
|
2022-10-29 19:18:10 +00:00
|
|
|
|
|
|
|
(cram
|
|
|
|
(package git-kv)
|
2022-10-31 17:13:15 +00:00
|
|
|
(applies_to fold)
|
2022-10-29 19:18:10 +00:00
|
|
|
(locks p9418)
|
2024-10-25 09:47:35 +00:00
|
|
|
(deps %{bin:mgit}))
|
|
|
|
|
|
|
|
(cram
|
|
|
|
(package git-kv)
|
|
|
|
(applies_to fold2)
|
|
|
|
(locks p9418)
|
|
|
|
(deps %{bin:mgit}))
|
2022-11-02 14:46:53 +00:00
|
|
|
|
|
|
|
(executable
|
|
|
|
(name git_daemon_exists)
|
|
|
|
(libraries unix))
|
|
|
|
|
|
|
|
(rule
|
|
|
|
(with-stdout-to
|
|
|
|
git-daemon
|
|
|
|
(run ./git_daemon_exists.exe)))
|
2024-10-28 08:45:49 +00:00
|
|
|
|
|
|
|
(test
|
|
|
|
(name tests)
|
|
|
|
(libraries git-kv alcotest bos)
|
|
|
|
(modules tests))
|