X-Git-Url: https://git.llucax.com/software/mutest.git/blobdiff_plain/75eb5c4a3edb32190187334ca9238b3b1ef2be39..54d6baf704047d17016dc0059589c44a6f083d95:/mutest.c diff --git a/mutest.c b/mutest.c index 291fdd4..00dd7b8 100644 --- a/mutest.c +++ b/mutest.c @@ -1,3 +1,17 @@ +/* + * 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 main program, it runs all the test suites and shows the + * results. The main work (of running the test suite) is done by the (usually) + * synthesized mu_run_suites() function, which can be generated using the + * mkmutest script (or written manually). + * + * Please, read the README file for more details. + */ #include "mutest.h" /* MU_* constants, mu_print() */ #include /* printf(), fprintf() */