Skip to content

Files

Latest commit

1fa62be · Oct 19, 2018

History

History

ounit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 8, 2016
Nov 8, 2016
Oct 19, 2018
Jan 4, 2017
Nov 8, 2016
Nov 8, 2016
Nov 8, 2016
Nov 8, 2016
Nov 8, 2016
Nov 8, 2016
Nov 8, 2016

OUnit

This is NOT the official source repository for OUnit, which you can find on ocamlcore darcs here. Instead, it's a git mirror of that repository, maintained using darcs-to-git.

Here's the procedure to pull patches from the upstream darcs repo:

git checkout upstream
curl https://raw.github.com/purcell/darcs-to-git/master/darcs-to-git > /tmp/darcs-to-git.rb
ruby -- /tmp/darcs-to-git.rb http://darcs.ocamlcore.org/repos/ounit
git checkout master
git merge upstream```