• R/O
  • SSH
  • HTTPS

iutest: Dateibaum


Name Größe Rev. Zeit Autor Log Message
readme.txt 2.43 k r258 2013-04-11 08:45:36 srz_zumix list_tests_with_where コマンドライン...
test r275 2013-05-03 22:42:24 srz_zumix テスト修正
LICENSE 1.78 k r177 2013-01-09 23:04:25 srz_zumix lambda を利用して同一スコープのキャプ...
setenv.wsf 603 r3 2012-01-28 21:47:43 srz_zumix オプション(argv)の削除対応 constexpr ...
include r282 2013-05-07 22:23:31 srz_zumix マージ
samples r269 2013-04-28 18:32:00 srz_zumix XML 出力の skipped にメッセージを出力...
doc r277 2013-05-04 22:23:53 srz_zumix 一部のコンパイラでのエラーを修正
src r248 2013-04-03 08:38:33 srz_zumix MiniDump 出力に対応
CHANGES 3.33 k r269 2013-04-28 18:32:00 srz_zumix XML 出力の skipped にメッセージを出力...
projects r248 2013-04-03 08:38:33 srz_zumix MiniDump 出力に対応

readme.txt

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


Show on old repository browser