X-Git-Url: https://git.llucax.com/software/mutest.git/blobdiff_plain/b18c9878940d9878ab2fb5a71b0fc54531353c29..refs/heads/master:/README diff --git a/README b/README index 9b6f1b1..f137742 100644 --- a/README +++ b/README @@ -1,11 +1,4 @@ -.. |flattr| raw:: html - -
- -
- - ====================================================== |mutest| - A simple micro unit testing framework for C ====================================================== @@ -30,9 +23,6 @@ program`_ run all the `test suites`_ and print some stats. It fails (returns non-zero) if any `test suite`_ fails. - |flattr| - - .. contents:: :backlinks: entry @@ -93,19 +83,19 @@ factorial.c ----------- .. include:: sample/factorial.c - :literal: + :code: c factorial_test.c ---------------- .. include:: sample/factorial_test.c - :literal: + :code: c exception_test.cpp ------------------ .. include:: sample/exception_test.cpp - :literal: + :code: c++ Concepts