Download List

프로젝트 설명

cutee is a C++ unit testing environment that makes it really easy to create and run tests of a library or application. It will automatically generate Makefiles, runner classes (classes that execute test functions), and main test application code. It will also automatically update Makefiles and support classes whenever you add new test functions or modify old ones. It easily integrates with plain Makefile projects and with Autotools.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-28 12:52
0.4.2

이 버전의 긴 옵션을 제거 (LDFLAGS) autocutee.mk에서 runtest 규칙 $을 추가 및 수정 사항 XML 출력.
Tags: Minor bugfixes
This version removes the long options, adds $(LDFLAGS) to the runtest rule in autocutee.mk, and fixes the XML output.

2003-12-22 01:42
0.4.1

코드가 쉽게 새로운 출력 포맷 및 테스트 모니터링을 지원하는 클래스 refactored있다. TEST_ASSERT_P, TEST_ASSERT_EQUALS_P, TEST_ASSERT_DIFFERS_P, TEST_ASSERT_PM, TEST_ASSERT_EQUALS_PM, 그리고 TEST_ASSERT_DIFFERS_PM이 추가되었습니다. "cutee"네임 스페이스에 추가되었습니다. Makefile.am에서 테스트가 추가되었습니다 srcdir 접두사는 파일입니다. 초기에는 대충 훑어 지원, XML 출력, 그리고 약간 수정합니다.
Tags: Major feature enhancements
The code has been refactored to easily support new output formats and test monitor classes. TEST_ASSERT_P, TEST_ASSERT_EQUALS_P, TEST_ASSERT_DIFFERS_P, TEST_ASSERT_PM, TEST_ASSERT_EQUALS_PM, and TEST_ASSERT_DIFFERS_PM have been added. A "cutee" namespace has been added. In Makefile.am, a test files srcdir prefix has been added. There is initial Skimmer support, XML output, and minor fixes.

2003-12-08 22:12
0.4.0

퀵 스타트 Makefile을 (. dist 파일)에 추가되었습니다. ""표적 autocutee.mk의 Makefile을 (밖으로 이동되었습니다하게 정리 [. 오전]). runtest - 클린 제거되었으며, "깨끗한"목표를 옮겼습니다. 시험)이 아니라 '만드는 모든 실행에 컴파일되고 실행된 후에 기본적으로 지금이 (가없습니다.
quickstart Makefile(.dist) has been added. The "clean" make target has been moved out of autocutee.mk (into Makefile[.am]). runtest-clean has been removed, and moved to the "clean" target. Tests are now (by default) executed after being compiled but not on every execution of 'make'.

2003-11-15 17:13
0.3.9

이 릴리스), autotools autocutee.mk 수정 ($ (srcdir) 규칙에 사용되는 README 파일을 추가, 그리고 ChangeLog에. runtest 지금은 컴파일 후에 자동으로 실행됩니다.
Tags: Minor bugfixes
This release adds an autotools autocutee.mk fix ($(srcdir) used in
rules), a README, and a changeLog. runtest now runs automatically after
compilation.

2003-11-13 11:57
0.3.8

Tags: Initial freshmeat announcement

Project Resources