X-Git-Url: https://git.llucax.com/software/mutest.git/blobdiff_plain/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9..d5be024b1cc1a456cd9726d85a7e108e1818ae7f:/sample/factorial_test.c?ds=inline diff --git a/sample/factorial_test.c b/sample/factorial_test.c index 0e0191a..8dc56a8 100644 --- a/sample/factorial_test.c +++ b/sample/factorial_test.c @@ -1,3 +1,15 @@ +/* + * This file is part of mutest, a simple micro unit testing framework for C. + * + * mutest was written by Leandro Lucarella and is released + * under the BOLA license, please see the LICENSE file or visit: + * http://blitiri.com.ar/p/bola/ + * + * This is the factorial module test suite. Each (public) function starting + * with mu_test will be picked up by mkmutest as a test case. + * + * Please, read the README file for more details. + */ #include "factorial.h"