Repositories / ocaml-git.git
test/dune
Clone (read-only): git clone http://git.guha-anderson.com/git/ocaml-git.git
(executable
(name test_ocaml_git)
(libraries alcotest ocaml-git unix))
(rule
(alias runtest)
(deps
test_ocaml_git.exe
(source_tree ../fixtures))
(action
(chdir
..
(run test/test_ocaml_git.exe))))