File: README

package info (click to toggle)
libfiu 1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: ansic: 2,633; python: 973; makefile: 599; sh: 309
file content (18 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

These are autogenerated tests for testing the posix preload, to make sure the
functions are getting properly wrapped.

Each test is configured by a .conf file in the conf/ directory.

These are the allowed options ('-' means mandatory, '*' optional):
 - fp: failure point corresponding to the function.
 - call: how to call the function.
 * prep: preparation steps (usually declaring variables).
 * include: list of files to #include, space separated.
 * success_cond: condition we expect to be true if the call succeeds.
 * failure_cond: condition we expect to be true after we simulate a failure
	(if not set, we will only validate that we simulated the failure).
 * errno_on_fail: simulate this errno on failure.

It is mandatory that a single section is defined; however, the name is only
for description purposes.