- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 05 8月, 2020 1 次提交
-
-
由 h00294133 提交于
Description: added the open copyright information Team:OTHERS Feature or Bugfix:Bugfix Binary Source:NA PrivateCode(Yes/No):No Change-Id: I3f2d46968d93d4f419e2bd4de1a120b4557c85b7 Reviewed-on: http://mgit-tm.rnd.huawei.com/10068281Reviewed-by: Nshuaiyutao 00379934 <shuaiyutao1@huawei.com> Tested-by: Npublic jenkins <public_jenkins@notesmail.huawei.com> Reviewed-by: Nwangjuntao 00579558 <wangjuntao.wang@huawei.com>
-
- 31 7月, 2020 1 次提交
-
-
由 h00294133 提交于
Description: added the open source statement Team:OTHERS Feature or Bugfix:Bugfix Binary Source:NA PrivateCode(Yes/No):No Change-Id: Id5495345ff1cf3e971620e1f59e189d6ef03192e Reviewed-on: http://mgit-tm.rnd.huawei.com/9993729Tested-by: Npublic jenkins <public_jenkins@notesmail.huawei.com> Reviewed-by: Nshuaiyutao 00379934 <shuaiyutao1@huawei.com> Reviewed-by: Nwangjuntao 00579558 <wangjuntao.wang@huawei.com>
-
- 30 10月, 2019 18 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 Mark VanderVoord 提交于
Option to omit UnityBegin/UnityEnd calls in generate_test_runner
-
由 Mark VanderVoord 提交于
Remove exactly duplicated 'else if' branch
-
由 Mark VanderVoord 提交于
Refactor/split mem from fixture
-
由 mvandervoord 提交于
Sigh. had to NOT disable these warnings by default because the gcc on our test rig doesn't understand it
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
While we're fixing warnings / errors, disable this (otherwise helpful) error because we are purposefully making this example file fail for this.
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 Mark VanderVoord 提交于
Fix TEST_ASSERT_HEX64_ARRAY_WITHIN truncating delta to 32 bits
-
由 John Lindgren 提交于
-
由 John Lindgren 提交于
-
由 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.
-
由 Mark VanderVoord 提交于
Make verifyTest() leave Ignores and Callbacks intact
-
由 John Lindgren 提交于
-
由 John Lindgren 提交于
-
- 29 10月, 2019 4 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
Stopped supported -0 as a float output because (a) it is non-portable, only existing on some architectures and (b) relies on the undefined behavior of 1.0/0.0
-
由 mvandervoord 提交于
-
- 28 10月, 2019 2 次提交
-
-
由 Mark VanderVoord 提交于
Fix CMakeLists
-
由 mvandervoord 提交于
Fix docs.
-
- 27 10月, 2019 1 次提交
-
-
由 Aurelien Labrosse 提交于
-
- 25 10月, 2019 8 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
- fixed ANSI (C89) issues, including #418
-
由 Mark VanderVoord 提交于
Added num_elements parameter to docs for TEST_ASSERT_INTn_ARRAY_WITHIN
-
由 Jason Heeris 提交于
-
由 mvandervoord 提交于
-
由 Mark VanderVoord 提交于
Convert RUN_TEST() to a function
-
- 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 1 次提交
-
-
由 Mark VanderVoord 提交于
-