Menu

LibElfTestSuite

Joseph Koshy

The libelf Test Suite

The elfc ELF binary generator

We utilize a helper elfc to "compile" ELF objects specified using a textual description to binary form.

This tool allows us to create arbitrary ELF objects for use during testing, including malformed objects, and objects for non-native architectures.

The current input is specified using YAML (but see [#281]).

Scaffolding generation

A helper tool "munge-ts" is used to generate the scaffolding needed by TET.

Test cases are named following a specific pattern:

Further reading:


Related

Tickets: #281
Wiki: libelf