]> git.llucax.com Git - software/mutest.git/blobdiff - sample/factorial_test.c
Improve names of sample Makefile's variables
[software/mutest.git] / sample / factorial_test.c
index 0e0191a431578356680e5a2210e9a12c6e2fbd84..8dc56a8b0364c94768cd163f253f05a320002442 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ * This file is part of mutest, a simple micro unit testing framework for C.
+ *
+ * mutest was written by Leandro Lucarella <llucax@gmail.com> 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"
 
 
 #include "factorial.h"