readme.txt for iutest
===================

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

    iutest - iris unit test framework

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

    --help, -h                           : generate help message.
    --iutest_output=xml[:path]           : path of xml report.
    --iutest_list_tests                  : list up tests.
    --iutest_list_tests_with_where       : list up tests with where.
    --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_throw_on_failure[=0|1]      : When that failed to throw.
    --iutest_catch_exceptions=<0|1>      : catch exceptions enable.
    --iutest_print_time=<0|1>            : Setting the display of elapsed time.
    --iutest_repeat=<count>              : Set the number of repetitions of the test.
    --iutest_file_location=<auto|vs|gcc> : Format file location messages.
    --feature                            : show iutest feature.
    --version, -v                        : show iutest version.

--------------------------------------------------
Environment variable Options

    IUTEST_OUTPUT=xml[:path]         : path of xml report.
    IUTEST_COLOR=yes|no|auto         : 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_THROW_ON_FAILURE=0|1      : When that failed to throw.
    IUTEST_CATCH_EXCEPTIONS=0|1      : catch exceptions enable.
    IUTEST_PRINT_TIME=0|1            : Setting the display of elapsed time.
    IUTEST_REPEAT=count              : Set the number of repetitions of the test.
    IUTEST_FILE_LOCATION=auto|vs|gcc : Format file location messages.
    
--------------------------------------------------
License

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

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


