Skip to content

Commit

Permalink
Updated readme to reflect recent commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tordek committed Aug 16, 2012
1 parent 8886a70 commit 0035698
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ Running
When you compile your test file, you get a complete executable. It shows a
pretty progress bar thingie and all.

By default, it runs each test in an isolated subprocess (assuming your system
is supported (and that currently includes only Unix (and has only been tested
in Linux)), so all tests still run, even if one segfaults. You can specify the
`--nofork` flag, to make it run everything in the same process, if you need to.
By default, it runs each test in an isolated subprocess (tested, so far, in
Windows and Linux), so all tests still run, even if one segfaults. You can
specify the `--nofork` flag, to make it run everything in the same process, if
you need to.

---

CHEAT is Copyrighted (c) 2012 Guillermo "Tordek" Freschi.

CHEAT is provided under a 2-clause BSD license.

0 comments on commit 0035698

Please sign in to comment.