Add support for libfiu, a library for fault injection
commit0e023680595121dcf0c8140b1563ada22b4d237c
authorAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 2 Mar 2009 05:54:34 +0000 (2 03:54 -0200)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Thu, 26 Mar 2009 22:40:36 +0000 (26 19:40 -0300)
tree9a7f67649f518461290e50b0321fc82ed6f2116d
parenta49c332cb2d493ef61ba662fcdcfab06abaee39c
Add support for libfiu, a library for fault injection

This patch implements support for libfiu, which is a library for fault
injection. It adds several "failure points" inside the code, that can (and
will) be used, in the future, for testing purposes.

In order to avoid a build-time dependency on libfiu, it also adds a
special libfiu local header to the tree.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
Makefile
common.h
fiu-local.h [new file with mode: 0644]
trans.c