readme.txt for iutest_c
===================

--------------------------------------------------
Name

    iutest_c - iris unit test framework for C

--------------------------------------------------
Command Line Options

    --help, -h                        : generate help message.
    --iutest_output=xml[:path]        : path of xml report.
    --iutest_list_tests               : list up tests.
    --iutest_color=<yes|no|auto|ansi> : console color enable.
    --iutest_filter=<filter>          : Select the test run.
    --iutest_shuffle                  : do shuffle test.
    --iutest_random_seed=<seed>       : set random seed.
    --iutest_also_run_disabled_tests  : run disabled tests.
    --iutest_break_on_failure[=0|1]   : When that failed to break.
    --iutest_print_time=<0|1>         : Setting the display of elapsed time.
    --iutest_repeat=<count>           : Set the number of repetitions of the test.
    --feature                         : show iutest feature.
    --version, -v                     : show iutest version.

--------------------------------------------------
License

    Copyright (c) 2011-2012, Takazumi-Shirayanagi,
    All rights reserved.

    The new(3-clause) BSD License is applied to this software, see LICENSE


