Repositories / gitweb2.git
test/dune
Clone (read-only): git clone http://git.guha-anderson.com/git/gitweb2.git
(executable
(name test_gitweb2)
(libraries alcotest gitweb2 unix))
(rule
(alias runtest)
(deps test_gitweb2.exe)
(action
(chdir
%{workspace_root}
(run test/test_gitweb2.exe))))