Download List

项目描述

Unit Testing Framework for C and C++.Cutter's interface is easy to write, easy to debug your code and fun to run tests. (See the screenshot. You need "notify-send" command on Linux and *BSD or "growlnotify" command on Mac OS X for this feature.)

系统要求

System requirement is not defined

发布: 2018-04-20 11:32
cutter 1.1.3 (2 files 隐藏)

发布版本通知

Improved test driven test support.

Cutter

Improvements
  • AC_CHECK_ENABLE_COVERAGE: Added a new 'coverage-force' target that reports coverage even if 'make check' is failed.
Bug fixes
  • Removed unneeded memory free by Zed Shaw
  • AC_CHECK_ENABLE_COVERAGE: Fixed a bug that 8 spaces instead of a TAB is printed into Makefile.

GCutter

Improvements
  • Improved data driven test support:
    • ((<gcut_data_get_size()>))
    • ((<gcut_data_get_char()>))
    • ((<gcut_data_get_boolean()>))
    • ((<gcut_data_get_double()>))
    • ((<gcut_data_get_int64()>))
    • ((<gcut_data_get_uint64()>))
  • Added utilities:
    • ((<gcut_inspect_size()>))
    • ((<gcut_inspect_char()>))
    • ((<gcut_inspect_boolean()>))
    • ((<gcut_inspect_double()>))
    • ((<gcut_inspect_int64()>))
    • ((<gcut_inspect_uint64()>))
Bug fixes
  • Fixed a bug that gcut_list_inspect_enum() and gcut_list_inspect_flags() is crashed on Mac OS X.

Document

Bug fixes
  • Fixed dependency package list for Cygwin 1.7.

Thanks

  • Zed Shaw

变更日志

No Changelogs