Skip to content

Files

This branch is 7845 commits behind rescript-lang/rescript:master.

ounit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 8, 2016
Nov 8, 2016
Jan 4, 2017
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```