Preparing an Options Header File

Command Line Interface

This step is necessary if you are using:

  • System Testing for C

  • or Testing component for C++

Use attolcc instrumentor launcher to create an options.h file and compile the generated source files.

To create the options.h file:

From the attolcc launcher, type the following command:

attolcc -otc=<mycontract.otc> <options> <settings> -- $CC $CFLAGS $<

<options> and <settings> are used to generate the content of the options.h file.

Related Topics

Preparing a Products Header File | Command Line Component Testing for C, Ada and C++ | Command Line System Testing for C