TEST(1) General Commands Manual SourceForge Logo

NAME

make-test-scaffoldinggenerate scaffolding for tests

SYNOPSIS

make-test-scaffolding [-o output_file] test_object ...

DESCRIPTION

The make-test-scaffolding utility takes as input object files containing symbols following its naming convention and generates the scaffolding needed to assemble a test executable.
The make-test-scaffolding utility expects symbols to be named using the following conventions:
The make-test-scaffolding utility will generate a C source file containing the appropriate struct test_descriptor and struct test_case_descriptor structures for use by a test driver.

SEE ALSO

test(3), test_runner(3)

AUTHORS

The make-test-scaffolding utility was written by Joseph Koshy <jkoshy@users.sourceforge.net>.
December 25, 2018 The Elftoolchain Project