]> git.llucax.com Git - software/mutest.git/commit
Factor out most C code from mkmutest to mutest.c
authorLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 10 Dec 2008 15:50:59 +0000 (13:50 -0200)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 12 Dec 2008 12:54:34 +0000 (10:54 -0200)
commit5ce20f06cfd85f7498652f86a4111ed6c456b9f9
tree2c2dc78456622a4f078af94d4b6535ac8b3b4c42
parent78b63d329c2e3bb185c0b78119ccb5fc5c0781b9
Factor out most C code from mkmutest to mutest.c

This makes easier to improve the tester code, without having to code it as
a shell script embedded string. Now the only generated code is the one
that runs the test suites. You can also implement your own test suites
execution function; just write it in a separated C module and don't use
the mkmutest generator.
mkmutest
mutest.c [new file with mode: 0644]
mutest.h
sample/Makefile