X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/32cb310b42235f42ba8f9f70bb7ba3fe07b99377..72fc8730a31f9d6d7b6f3db06537a1e88e3319e3:/source/proj/mutest/releases/manual-1.0.html diff --git a/source/proj/mutest/releases/manual-1.0.html b/source/proj/mutest/releases/manual-1.0.html index d16c1fa..4fae58e 100644 --- a/source/proj/mutest/releases/manual-1.0.html +++ b/source/proj/mutest/releases/manual-1.0.html @@ -373,10 +373,10 @@ program run all the test su

1.   Installation

-

Download the latest distribution tarball and uncompress it.

-

You can also download any release from the releases directory or get it -using Git directly from the Git repository.

-

You can get this manual too, or a PDF version of it.

+

Download the latest distribution tarball and uncompress it.

+

You can also download any release from the releases directory or get it +using Git directly from the Git repository.

+

You can get this manual too, or a PDF version of it.

To actually install mutest run:

 $ make install
@@ -398,7 +398,7 @@ picky.

2.   Quick Sample

-

You can find some samples in the sample directory.

+

You can find some samples in the sample directory.

This is an example taken from there. A simple module called factorial.c with its corresponding test suite (factorial_test.c).

You can see some C++ support in the exception_test.cpp test suite.