libfiu - 故障注入的C库


Public Domain
Linux
C/C++

软件简介

libfiu是一个故障注入的C库。它提供用于标识“故障点”(“核心API”)里面的代码,功能启用/禁用这些点的失败(“控制API”)。核心API内部使用上要执行故障注入代码。控制API用于内部测试代码,以控制注入失败。

libfiu is a C library for fault injection. It provides functions to mark
“points of failure” inside your code (the “core API”), and functions to
enable/disable the failure of those points (the “control API”). The core API
is used inside the code on which you want to perform failure injection. The
control API is used inside the testing code in order to control the injection
of failures.