- 29 6月, 2022 1 次提交
-
-
由 Calm_1024 提交于
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 25 10月, 2019 1 次提交
-
-
由 mvandervoord 提交于
- fixed ANSI (C89) issues, including #418
-
- 11 12月, 2018 1 次提交
-
-
由 Elliot Gawthrop 提交于
-
- 18 2月, 2018 2 次提交
-
-
由 Fabian Zahn 提交于
void flushSpy(int c) {} to: void flushSpy(void) {}
-
由 Fabian Zahn 提交于
-
- 22 9月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Finished fixing floating point comparisons. We have streamlined how floats and doubles are checked, but we still can't compare them for equality directly. So we're directly testing for infinite and NaN before checking diffs. Also, we've officially decided that for testing purposes NaN shall equal NaN, +Inf shall equal +Inf, and -Inf shall equal -Inf. It's what most people expect during a test.
-
- 06 5月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
add UNITY_OUTPUT_FLUSH to make sure we get the output we need on aborted tests and whatnot.
-
- 07 1月, 2016 1 次提交
-
-
由 jsalling 提交于
Now that the project is using .gitattributes, get rid of CRLF in the repo.
-
- 21 12月, 2015 1 次提交
-
-
由 jsalling 提交于
If Unity core is compiled with UNITY_OUTPUT_CHAR = putcharSpy, these tests will run, otherwise they are ignored and print a message Includes an implementation of putcharSpy, which allows checking the I/O from Unity during a test. Follows closely from the Fixture spy Tricky macros determine if putcharSpy is injected
-
- 30 7月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
rearranged project to centralize all self-test stuff under test directory. only pull in includes when required.
-
- 05 2月, 2011 1 次提交
-
-
由 mvandervoord 提交于
- removed TEST_CASE(...) macro from Unity because it's not compatible with a number of compilers. User will need to define it themselves to use it. (it's an empty define anyway) git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@117 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 23 1月, 2011 1 次提交
-
-
由 mvandervoord 提交于
- fixed TEST_CASE error git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@115 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 27 11月, 2010 1 次提交
-
-
由 mvandervoord 提交于
- updated docs to better discuss generator options. git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@104 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-