- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 30 10月, 2019 2 次提交
-
-
由 anon 提交于
By passing --omit_begin_end=1 to generate_test_runner.rb, the script will now omit calls to UnityBegin and UnityEnd when running tests in a suite. This allows multiple suites to be executed in a row, and then have an overall summary of the tests which were executed across all suites.
-
由 John Lindgren 提交于
-
- 28 10月, 2019 1 次提交
-
-
由 mvandervoord 提交于
Fix docs.
-
- 25 10月, 2019 1 次提交
-
-
由 mvandervoord 提交于
-
- 23 10月, 2019 3 次提交
-
-
由 John Lindgren 提交于
Converting RUN_TEST() from a macro to a function significantly reduces the size of the compiled binary. On amd64, the largest test runner in the test suite (testsample_DefaultsThroughCommandLine_runner.o) was reduced from 3.4 kB to 2.4 kB (stripped).
-
由 John Lindgren 提交于
-
由 John Lindgren 提交于
-
- 22 10月, 2019 7 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
- 13 8月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 06 7月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 04 7月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
- Tweak a couple style problems with Ruby scripts.
-
- 27 6月, 2019 1 次提交
-
-
由 Nico Tonnhofer 提交于
The include must be in the first line, else you may expect some issues. Some autoformat tools could sort the includes alphabetically and could break the test.
-
- 04 4月, 2019 1 次提交
-
-
由 Fredrik Rothamel 提交于
-
- 26 3月, 2019 1 次提交
-
-
由 Tomer Yogev 提交于
-
- 22 2月, 2019 1 次提交
-
-
由 Jason Heeris 提交于
-
- 01 2月, 2019 2 次提交
-
-
由 elliot 提交于
- Running time macros have been made more portable, previously it was not possible to override all macros - Running time macros will be executed by default test runner, and auto test runners - Adds a default execution time implementation for unix. (Previous default implementation only worked on Windows) - For embedded platforms there is a simple method of getting a default implementation by defining a single macro UNITY_CLOCK_MS() - Removed need for UNITY_EXEC_TIME_RESET. This was not being used for the default implementations, if anything ever did need reset-like functionality it could simply be wrapped up with the start or stop macros for that platform
-
由 elliot 提交于
This allows multiple groups to be compiled into the same executable by naming each function uniquely.
-
- 22 12月, 2018 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 11 12月, 2018 1 次提交
-
-
由 Elliot Gawthrop 提交于
-
- 29 11月, 2018 1 次提交
-
-
由 John Lindgren 提交于
-
- 09 8月, 2018 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 07 6月, 2018 1 次提交
-
-
由 Trond Einar Snekvik 提交于
Adds support for :mock_suffix when generating mock setup and teardown functions. Also documents both prefix and suffix in the helper script guide.
-
- 27 2月, 2018 2 次提交
-
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
Fixed unity fixture output and added methods for each of the different outputs. Added documentation. Fixed some whitespaces. Refactored class_name to class_name_idx (expressiveness). Refactored the xml output to methods (extensibility).
-
- 23 2月, 2018 3 次提交
-
-
由 Fabian Zahn 提交于
- Added more expressiveness to the code - Fixed some of the rubocop hints
-
由 Fabian Zahn 提交于
Refactored the os specific settings, it is now possible to convert both styles on every system (and even mixed)
-
由 Fabian Zahn 提交于
- Fixed stdout output if fixture is active - Refactored the state manipulation of @test_suite and moved it completely into test_suite_verify()
-
- 12 2月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 11 2月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 30 1月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
- String split now works correctly for windows and unix (cross platform) - Removed unnecessary whitespaces in the xml output (beautifies the output) - Added support for TEST_IGNORE() (without message)
-
- 20 11月, 2017 1 次提交
-
-
由 Krzysztof Kwiatkowski 提交于
Auto generated test runner should generate a code which includes setjmp.h only if UNITY_EXCLUDE_SETJMP_H is not defined
-
- 01 11月, 2017 1 次提交
-
-
由 John Lindgren 提交于
-