I8X executes Infinity notes for testing purposes. Its main mode of operation is as a unit-testing framework, but simple functions may be executed from the command-line too.

Proper documentation is coming soon, but for now see i8x --help:

Usage: i8x [OPTION]... TESTFILE...
   or: i8x [OPTION]... [-q|--quick] FUNCTION [ARGUMENT]...

Infinity Note Execution Environment.

Options:
  --help                Display this information.
  --version             Display version information.
  -I DIR                Add the directory DIR to the list of directories
                        that TestCase.import_constants_from will search
                        for header files.
  -i, --import=ELFFILE  Import notes from ELFFILE.
  -q, --quick           Execute the function and arguments specified on
                        command line.
  -t, --trace           Trace function execution.  This option may be
                        specified multiple times for greater detail.

Report I8X bugs to infinity@sourceware.org
Infinity home page: <https://sourceware.org/gdb/wiki/Infinity>

None: I8X (last edited 2015-10-21 09:17:09 by GaryBenson)

All content (C) 2008 Free Software Foundation. For terms of use, redistribution, and modification, please see the WikiLicense page.