ceedling 0.28.1 → 0.28.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/ceedling +3 -2
- data/docs/CeedlingPacket.md +4 -0
- data/lib/ceedling/configurator_builder.rb +26 -0
- data/lib/ceedling/configurator_setup.rb +1 -0
- data/lib/ceedling/file_finder.rb +7 -1
- data/lib/ceedling/flaginator.rb +28 -8
- data/lib/ceedling/rules_release.rake +3 -3
- data/lib/ceedling/rules_release_deep_dependencies.rake +1 -1
- data/lib/ceedling/version.rb +3 -3
- data/plugins/gcov/config/defaults.yml +4 -3
- data/plugins/module_generator/lib/module_generator.rb +1 -1
- data/plugins/subprojects/README.md +63 -63
- data/plugins/subprojects/config/defaults.yml +33 -33
- data/plugins/subprojects/lib/subprojects.rb +92 -92
- data/plugins/subprojects/subprojects.rake +78 -78
- data/vendor/cmock/docs/CMock_Summary.md +75 -60
- data/vendor/cmock/lib/cmock_config.rb +1 -0
- data/vendor/cmock/lib/cmock_generator.rb +13 -1
- data/vendor/cmock/lib/cmock_generator_plugin_expect.rb +1 -1
- data/vendor/cmock/lib/cmock_generator_plugin_expect_any_args.rb +0 -14
- data/vendor/cmock/lib/cmock_generator_plugin_ignore.rb +4 -0
- data/vendor/cmock/lib/cmock_generator_utils.rb +4 -5
- data/vendor/cmock/lib/cmock_header_parser.rb +26 -28
- data/vendor/cmock/lib/cmock_plugin_manager.rb +27 -12
- data/vendor/cmock/scripts/create_makefile.rb +5 -4
- data/vendor/cmock/scripts/test_summary.rb +1 -1
- data/vendor/cmock/test/system/test_interactions/ignore_and_return.yml +167 -0
- data/vendor/cmock/test/system/test_interactions/ignore_strict_mock_calling.yml +37 -0
- data/vendor/cmock/test/unit/cmock_generator_main_test.rb +14 -1
- data/vendor/cmock/test/unit/cmock_generator_plugin_expect_b_test.rb +25 -24
- data/vendor/cmock/test/unit/cmock_header_parser_test.rb +101 -3
- data/vendor/unity/README.md +11 -0
- data/vendor/unity/auto/generate_module.rb +3 -3
- data/vendor/unity/auto/stylize_as_junit.rb +0 -0
- data/vendor/unity/docs/UnityAssertionsReference.md +54 -0
- data/vendor/unity/examples/unity_config.h +6 -4
- data/vendor/unity/extras/fixture/rakefile_helper.rb +1 -1
- data/vendor/unity/extras/fixture/test/Makefile +1 -0
- data/vendor/unity/src/unity.c +121 -73
- data/vendor/unity/src/unity.h +60 -0
- data/vendor/unity/src/unity_internals.h +47 -7
- data/vendor/unity/test/Makefile +1 -0
- data/vendor/unity/test/rakefile_helper.rb +1 -1
- data/vendor/unity/test/tests/testunity.c +508 -164
- metadata +3 -423
- data/out.fail +0 -21
- data/plugins/fake_function_framework/vendor/fff/LICENSE +0 -25
- data/plugins/fake_function_framework/vendor/fff/Makefile +0 -10
- data/plugins/fake_function_framework/vendor/fff/README.md +0 -454
- data/plugins/fake_function_framework/vendor/fff/buildandtest +0 -15
- data/plugins/fake_function_framework/vendor/fff/examples/Makefile +0 -7
- data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/Makefile +0 -64
- data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/driver.c +0 -24
- data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/driver.h +0 -11
- data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/driver.test.cpp +0 -50
- data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/driver.test.fff.cpp +0 -62
- data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/hardware_abstraction.h +0 -15
- data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/registers.h +0 -13
- data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/DISPLAY.h +0 -17
- data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/Kata.txt +0 -25
- data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/Makefile +0 -67
- data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/SYSTEM.h +0 -21
- data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/UI.c +0 -48
- data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/UI.h +0 -12
- data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/UI_test_ansic.c +0 -183
- data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/UI_test_cpp.cpp +0 -136
- data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/test_suite_template.c +0 -34
- data/plugins/fake_function_framework/vendor/fff/fakegen.rb +0 -420
- data/plugins/fake_function_framework/vendor/fff/fff.h +0 -5112
- data/plugins/fake_function_framework/vendor/fff/gtest/Makefile +0 -22
- data/plugins/fake_function_framework/vendor/fff/gtest/gtest-all.cc +0 -9118
- data/plugins/fake_function_framework/vendor/fff/gtest/gtest-main.cc +0 -6
- data/plugins/fake_function_framework/vendor/fff/gtest/gtest.h +0 -19537
- data/plugins/fake_function_framework/vendor/fff/test/Makefile +0 -81
- data/plugins/fake_function_framework/vendor/fff/test/c_test_framework.h +0 -15
- data/plugins/fake_function_framework/vendor/fff/test/fff_test_c.c +0 -108
- data/plugins/fake_function_framework/vendor/fff/test/fff_test_cpp.cpp +0 -45
- data/plugins/fake_function_framework/vendor/fff/test/fff_test_global_c.c +0 -76
- data/plugins/fake_function_framework/vendor/fff/test/fff_test_global_cpp.cpp +0 -23
- data/plugins/fake_function_framework/vendor/fff/test/global_fakes.c +0 -13
- data/plugins/fake_function_framework/vendor/fff/test/global_fakes.h +0 -37
- data/plugins/fake_function_framework/vendor/fff/test/test_cases.include +0 -276
- data/vendor/c_exception/vendor/unity/README.md +0 -220
- data/vendor/c_exception/vendor/unity/auto/colour_prompt.rb +0 -118
- data/vendor/c_exception/vendor/unity/auto/colour_reporter.rb +0 -39
- data/vendor/c_exception/vendor/unity/auto/generate_config.yml +0 -36
- data/vendor/c_exception/vendor/unity/auto/generate_module.rb +0 -308
- data/vendor/c_exception/vendor/unity/auto/generate_test_runner.rb +0 -437
- data/vendor/c_exception/vendor/unity/auto/parse_output.rb +0 -220
- data/vendor/c_exception/vendor/unity/auto/stylize_as_junit.rb +0 -252
- data/vendor/c_exception/vendor/unity/auto/test_file_filter.rb +0 -25
- data/vendor/c_exception/vendor/unity/auto/type_sanitizer.rb +0 -6
- data/vendor/c_exception/vendor/unity/auto/unity_test_summary.py +0 -139
- data/vendor/c_exception/vendor/unity/auto/unity_test_summary.rb +0 -136
- data/vendor/c_exception/vendor/unity/auto/unity_to_junit.py +0 -146
- data/vendor/c_exception/vendor/unity/docs/ThrowTheSwitchCodingStandard.md +0 -207
- data/vendor/c_exception/vendor/unity/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf +0 -0
- data/vendor/c_exception/vendor/unity/docs/UnityAssertionsReference.md +0 -716
- data/vendor/c_exception/vendor/unity/docs/UnityConfigurationGuide.md +0 -398
- data/vendor/c_exception/vendor/unity/docs/UnityGettingStartedGuide.md +0 -191
- data/vendor/c_exception/vendor/unity/docs/UnityHelperScriptsGuide.md +0 -242
- data/vendor/c_exception/vendor/unity/docs/license.txt +0 -21
- data/vendor/c_exception/vendor/unity/examples/example_1/makefile +0 -71
- data/vendor/c_exception/vendor/unity/examples/example_1/readme.txt +0 -5
- data/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode.c +0 -24
- data/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode.h +0 -3
- data/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode2.c +0 -11
- data/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode2.h +0 -2
- data/vendor/c_exception/vendor/unity/examples/example_1/test/TestProductionCode.c +0 -62
- data/vendor/c_exception/vendor/unity/examples/example_1/test/TestProductionCode2.c +0 -31
- data/vendor/c_exception/vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c +0 -53
- data/vendor/c_exception/vendor/unity/examples/example_1/test/test_runners/TestProductionCode_Runner.c +0 -57
- data/vendor/c_exception/vendor/unity/examples/example_2/makefile +0 -70
- data/vendor/c_exception/vendor/unity/examples/example_2/readme.txt +0 -5
- data/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode.c +0 -24
- data/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode.h +0 -3
- data/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode2.c +0 -11
- data/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode2.h +0 -2
- data/vendor/c_exception/vendor/unity/examples/example_2/test/TestProductionCode.c +0 -64
- data/vendor/c_exception/vendor/unity/examples/example_2/test/TestProductionCode2.c +0 -33
- data/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c +0 -9
- data/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c +0 -11
- data/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/all_tests.c +0 -12
- data/vendor/c_exception/vendor/unity/examples/example_3/helper/UnityHelper.c +0 -10
- data/vendor/c_exception/vendor/unity/examples/example_3/helper/UnityHelper.h +0 -12
- data/vendor/c_exception/vendor/unity/examples/example_3/rakefile.rb +0 -43
- data/vendor/c_exception/vendor/unity/examples/example_3/rakefile_helper.rb +0 -249
- data/vendor/c_exception/vendor/unity/examples/example_3/readme.txt +0 -13
- data/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode.c +0 -24
- data/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode.h +0 -3
- data/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode2.c +0 -11
- data/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode2.h +0 -2
- data/vendor/c_exception/vendor/unity/examples/example_3/target_gcc_32.yml +0 -46
- data/vendor/c_exception/vendor/unity/examples/example_3/test/TestProductionCode.c +0 -62
- data/vendor/c_exception/vendor/unity/examples/example_3/test/TestProductionCode2.c +0 -31
- data/vendor/c_exception/vendor/unity/examples/unity_config.h +0 -237
- data/vendor/c_exception/vendor/unity/extras/eclipse/error_parsers.txt +0 -26
- data/vendor/c_exception/vendor/unity/extras/fixture/rakefile.rb +0 -48
- data/vendor/c_exception/vendor/unity/extras/fixture/rakefile_helper.rb +0 -178
- data/vendor/c_exception/vendor/unity/extras/fixture/readme.txt +0 -9
- data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.c +0 -432
- data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.h +0 -83
- data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_internals.h +0 -51
- data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +0 -47
- data/vendor/c_exception/vendor/unity/extras/fixture/test/Makefile +0 -74
- data/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c +0 -22
- data/vendor/c_exception/vendor/unity/extras/fixture/test/template_fixture_tests.c +0 -39
- data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_Test.c +0 -543
- data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_TestRunner.c +0 -57
- data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.c +0 -57
- data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.h +0 -17
- data/vendor/c_exception/vendor/unity/release/build.info +0 -2
- data/vendor/c_exception/vendor/unity/release/version.info +0 -2
- data/vendor/c_exception/vendor/unity/src/unity.c +0 -1517
- data/vendor/c_exception/vendor/unity/src/unity.h +0 -339
- data/vendor/c_exception/vendor/unity/src/unity_internals.h +0 -784
- data/vendor/c_exception/vendor/unity/test/Makefile +0 -63
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_cmd.c +0 -61
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_def.c +0 -57
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_head1.c +0 -55
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_head1.h +0 -15
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_cmd.c +0 -80
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_def.c +0 -76
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_head1.c +0 -75
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_head1.h +0 -13
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_new1.c +0 -89
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_new2.c +0 -89
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_param.c +0 -77
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_run1.c +0 -89
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_run2.c +0 -89
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_yaml.c +0 -90
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_new1.c +0 -67
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_new2.c +0 -70
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_param.c +0 -58
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_run1.c +0 -67
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_run2.c +0 -70
- data/vendor/c_exception/vendor/unity/test/expectdata/testsample_yaml.c +0 -71
- data/vendor/c_exception/vendor/unity/test/rakefile +0 -125
- data/vendor/c_exception/vendor/unity/test/rakefile_helper.rb +0 -260
- data/vendor/c_exception/vendor/unity/test/spec/generate_module_existing_file_spec.rb +0 -158
- data/vendor/c_exception/vendor/unity/test/targets/clang_file.yml +0 -78
- data/vendor/c_exception/vendor/unity/test/targets/clang_strict.yml +0 -78
- data/vendor/c_exception/vendor/unity/test/targets/gcc_32.yml +0 -49
- data/vendor/c_exception/vendor/unity/test/targets/gcc_64.yml +0 -50
- data/vendor/c_exception/vendor/unity/test/targets/gcc_auto_limits.yml +0 -47
- data/vendor/c_exception/vendor/unity/test/targets/gcc_auto_stdint.yml +0 -59
- data/vendor/c_exception/vendor/unity/test/targets/gcc_manual_math.yml +0 -47
- data/vendor/c_exception/vendor/unity/test/targets/hitech_picc18.yml +0 -101
- data/vendor/c_exception/vendor/unity/test/targets/iar_arm_v4.yml +0 -90
- data/vendor/c_exception/vendor/unity/test/targets/iar_arm_v5.yml +0 -80
- data/vendor/c_exception/vendor/unity/test/targets/iar_arm_v5_3.yml +0 -80
- data/vendor/c_exception/vendor/unity/test/targets/iar_armcortex_LM3S9B92_v5_4.yml +0 -94
- data/vendor/c_exception/vendor/unity/test/targets/iar_cortexm3_v5.yml +0 -84
- data/vendor/c_exception/vendor/unity/test/targets/iar_msp430.yml +0 -95
- data/vendor/c_exception/vendor/unity/test/targets/iar_sh2a_v6.yml +0 -86
- data/vendor/c_exception/vendor/unity/test/testdata/CException.h +0 -11
- data/vendor/c_exception/vendor/unity/test/testdata/Defs.h +0 -8
- data/vendor/c_exception/vendor/unity/test/testdata/cmock.h +0 -14
- data/vendor/c_exception/vendor/unity/test/testdata/mockMock.h +0 -13
- data/vendor/c_exception/vendor/unity/test/testdata/testRunnerGenerator.c +0 -183
- data/vendor/c_exception/vendor/unity/test/testdata/testRunnerGeneratorSmall.c +0 -67
- data/vendor/c_exception/vendor/unity/test/testdata/testRunnerGeneratorWithMocks.c +0 -192
- data/vendor/c_exception/vendor/unity/test/tests/test_generate_test_runner.rb +0 -1252
- data/vendor/c_exception/vendor/unity/test/tests/testparameterized.c +0 -110
- data/vendor/c_exception/vendor/unity/test/tests/testunity.c +0 -4993
- data/vendor/cmock/vendor/c_exception/Gemfile +0 -4
- data/vendor/cmock/vendor/c_exception/Gemfile.lock +0 -12
- data/vendor/cmock/vendor/c_exception/LICENSE.txt +0 -30
- data/vendor/cmock/vendor/c_exception/README.md +0 -162
- data/vendor/cmock/vendor/c_exception/Rakefile +0 -42
- data/vendor/cmock/vendor/c_exception/docs/CException.md +0 -292
- data/vendor/cmock/vendor/c_exception/docs/ThrowTheSwitchCodingStandard.md +0 -207
- data/vendor/cmock/vendor/c_exception/lib/CException.c +0 -46
- data/vendor/cmock/vendor/c_exception/lib/CException.h +0 -110
- data/vendor/cmock/vendor/c_exception/makefile +0 -24
- data/vendor/cmock/vendor/c_exception/release/build.info +0 -2
- data/vendor/cmock/vendor/c_exception/release/version.info +0 -2
- data/vendor/cmock/vendor/c_exception/test/CExceptionConfig.h +0 -46
- data/vendor/cmock/vendor/c_exception/test/TestException.c +0 -391
- data/vendor/cmock/vendor/c_exception/test/TestException_Runner.c +0 -67
- data/vendor/cmock/vendor/c_exception/vendor/unity/README.md +0 -220
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/colour_prompt.rb +0 -118
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/colour_reporter.rb +0 -39
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/generate_config.yml +0 -36
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/generate_module.rb +0 -308
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/generate_test_runner.rb +0 -437
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/parse_output.rb +0 -220
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/stylize_as_junit.rb +0 -252
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/test_file_filter.rb +0 -25
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/type_sanitizer.rb +0 -6
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/unity_test_summary.py +0 -139
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/unity_test_summary.rb +0 -136
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/unity_to_junit.py +0 -146
- data/vendor/cmock/vendor/c_exception/vendor/unity/docs/ThrowTheSwitchCodingStandard.md +0 -207
- data/vendor/cmock/vendor/c_exception/vendor/unity/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf +0 -0
- data/vendor/cmock/vendor/c_exception/vendor/unity/docs/UnityAssertionsReference.md +0 -716
- data/vendor/cmock/vendor/c_exception/vendor/unity/docs/UnityConfigurationGuide.md +0 -398
- data/vendor/cmock/vendor/c_exception/vendor/unity/docs/UnityGettingStartedGuide.md +0 -191
- data/vendor/cmock/vendor/c_exception/vendor/unity/docs/UnityHelperScriptsGuide.md +0 -242
- data/vendor/cmock/vendor/c_exception/vendor/unity/docs/license.txt +0 -21
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/makefile +0 -71
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/readme.txt +0 -5
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode.c +0 -24
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode.h +0 -3
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode2.c +0 -11
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode2.h +0 -2
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/test/TestProductionCode.c +0 -62
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/test/TestProductionCode2.c +0 -31
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c +0 -53
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/test/test_runners/TestProductionCode_Runner.c +0 -57
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/makefile +0 -70
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/readme.txt +0 -5
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode.c +0 -24
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode.h +0 -3
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode2.c +0 -11
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode2.h +0 -2
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/TestProductionCode.c +0 -64
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/TestProductionCode2.c +0 -33
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c +0 -9
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c +0 -11
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/all_tests.c +0 -12
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/helper/UnityHelper.c +0 -10
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/helper/UnityHelper.h +0 -12
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/rakefile.rb +0 -43
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/rakefile_helper.rb +0 -249
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/readme.txt +0 -13
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode.c +0 -24
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode.h +0 -3
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode2.c +0 -11
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode2.h +0 -2
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/target_gcc_32.yml +0 -46
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/test/TestProductionCode.c +0 -62
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/test/TestProductionCode2.c +0 -31
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/unity_config.h +0 -237
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/eclipse/error_parsers.txt +0 -26
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/rakefile.rb +0 -48
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/rakefile_helper.rb +0 -178
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/readme.txt +0 -9
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.c +0 -432
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.h +0 -83
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_internals.h +0 -51
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +0 -47
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/Makefile +0 -74
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c +0 -22
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/template_fixture_tests.c +0 -39
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_Test.c +0 -543
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_TestRunner.c +0 -57
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.c +0 -57
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.h +0 -17
- data/vendor/cmock/vendor/c_exception/vendor/unity/release/build.info +0 -2
- data/vendor/cmock/vendor/c_exception/vendor/unity/release/version.info +0 -2
- data/vendor/cmock/vendor/c_exception/vendor/unity/src/unity.c +0 -1517
- data/vendor/cmock/vendor/c_exception/vendor/unity/src/unity.h +0 -339
- data/vendor/cmock/vendor/c_exception/vendor/unity/src/unity_internals.h +0 -784
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/Makefile +0 -63
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_cmd.c +0 -61
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_def.c +0 -57
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_head1.c +0 -55
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_head1.h +0 -15
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_cmd.c +0 -80
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_def.c +0 -76
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_head1.c +0 -75
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_head1.h +0 -13
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_new1.c +0 -89
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_new2.c +0 -89
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_param.c +0 -77
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_run1.c +0 -89
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_run2.c +0 -89
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_yaml.c +0 -90
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_new1.c +0 -67
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_new2.c +0 -70
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_param.c +0 -58
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_run1.c +0 -67
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_run2.c +0 -70
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_yaml.c +0 -71
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/rakefile +0 -125
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/rakefile_helper.rb +0 -260
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/spec/generate_module_existing_file_spec.rb +0 -158
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/clang_file.yml +0 -78
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/clang_strict.yml +0 -78
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_32.yml +0 -49
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_64.yml +0 -50
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_auto_limits.yml +0 -47
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_auto_stdint.yml +0 -59
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_manual_math.yml +0 -47
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/hitech_picc18.yml +0 -101
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_arm_v4.yml +0 -90
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_arm_v5.yml +0 -80
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_arm_v5_3.yml +0 -80
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_armcortex_LM3S9B92_v5_4.yml +0 -94
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_cortexm3_v5.yml +0 -84
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_msp430.yml +0 -95
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_sh2a_v6.yml +0 -86
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/CException.h +0 -11
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/Defs.h +0 -8
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/cmock.h +0 -14
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/mockMock.h +0 -13
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/testRunnerGenerator.c +0 -183
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/testRunnerGeneratorSmall.c +0 -67
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/testRunnerGeneratorWithMocks.c +0 -192
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/tests/test_generate_test_runner.rb +0 -1252
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/tests/testparameterized.c +0 -110
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/tests/testunity.c +0 -4993
- data/vendor/cmock/vendor/unity/README.md +0 -220
- data/vendor/cmock/vendor/unity/auto/colour_prompt.rb +0 -118
- data/vendor/cmock/vendor/unity/auto/colour_reporter.rb +0 -39
- data/vendor/cmock/vendor/unity/auto/generate_config.yml +0 -36
- data/vendor/cmock/vendor/unity/auto/generate_module.rb +0 -308
- data/vendor/cmock/vendor/unity/auto/generate_test_runner.rb +0 -437
- data/vendor/cmock/vendor/unity/auto/parse_output.rb +0 -220
- data/vendor/cmock/vendor/unity/auto/stylize_as_junit.rb +0 -252
- data/vendor/cmock/vendor/unity/auto/test_file_filter.rb +0 -25
- data/vendor/cmock/vendor/unity/auto/type_sanitizer.rb +0 -6
- data/vendor/cmock/vendor/unity/auto/unity_test_summary.py +0 -139
- data/vendor/cmock/vendor/unity/auto/unity_test_summary.rb +0 -136
- data/vendor/cmock/vendor/unity/auto/unity_to_junit.py +0 -146
- data/vendor/cmock/vendor/unity/docs/ThrowTheSwitchCodingStandard.md +0 -207
- data/vendor/cmock/vendor/unity/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf +0 -0
- data/vendor/cmock/vendor/unity/docs/UnityAssertionsReference.md +0 -716
- data/vendor/cmock/vendor/unity/docs/UnityConfigurationGuide.md +0 -398
- data/vendor/cmock/vendor/unity/docs/UnityGettingStartedGuide.md +0 -191
- data/vendor/cmock/vendor/unity/docs/UnityHelperScriptsGuide.md +0 -242
- data/vendor/cmock/vendor/unity/docs/license.txt +0 -21
- data/vendor/cmock/vendor/unity/examples/example_1/makefile +0 -71
- data/vendor/cmock/vendor/unity/examples/example_1/readme.txt +0 -5
- data/vendor/cmock/vendor/unity/examples/example_1/src/ProductionCode.c +0 -24
- data/vendor/cmock/vendor/unity/examples/example_1/src/ProductionCode.h +0 -3
- data/vendor/cmock/vendor/unity/examples/example_1/src/ProductionCode2.c +0 -11
- data/vendor/cmock/vendor/unity/examples/example_1/src/ProductionCode2.h +0 -2
- data/vendor/cmock/vendor/unity/examples/example_1/test/TestProductionCode.c +0 -62
- data/vendor/cmock/vendor/unity/examples/example_1/test/TestProductionCode2.c +0 -31
- data/vendor/cmock/vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c +0 -53
- data/vendor/cmock/vendor/unity/examples/example_1/test/test_runners/TestProductionCode_Runner.c +0 -57
- data/vendor/cmock/vendor/unity/examples/example_2/makefile +0 -70
- data/vendor/cmock/vendor/unity/examples/example_2/readme.txt +0 -5
- data/vendor/cmock/vendor/unity/examples/example_2/src/ProductionCode.c +0 -24
- data/vendor/cmock/vendor/unity/examples/example_2/src/ProductionCode.h +0 -3
- data/vendor/cmock/vendor/unity/examples/example_2/src/ProductionCode2.c +0 -11
- data/vendor/cmock/vendor/unity/examples/example_2/src/ProductionCode2.h +0 -2
- data/vendor/cmock/vendor/unity/examples/example_2/test/TestProductionCode.c +0 -64
- data/vendor/cmock/vendor/unity/examples/example_2/test/TestProductionCode2.c +0 -33
- data/vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c +0 -9
- data/vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c +0 -11
- data/vendor/cmock/vendor/unity/examples/example_2/test/test_runners/all_tests.c +0 -12
- data/vendor/cmock/vendor/unity/examples/example_3/helper/UnityHelper.c +0 -10
- data/vendor/cmock/vendor/unity/examples/example_3/helper/UnityHelper.h +0 -12
- data/vendor/cmock/vendor/unity/examples/example_3/rakefile.rb +0 -43
- data/vendor/cmock/vendor/unity/examples/example_3/rakefile_helper.rb +0 -249
- data/vendor/cmock/vendor/unity/examples/example_3/readme.txt +0 -13
- data/vendor/cmock/vendor/unity/examples/example_3/src/ProductionCode.c +0 -24
- data/vendor/cmock/vendor/unity/examples/example_3/src/ProductionCode.h +0 -3
- data/vendor/cmock/vendor/unity/examples/example_3/src/ProductionCode2.c +0 -11
- data/vendor/cmock/vendor/unity/examples/example_3/src/ProductionCode2.h +0 -2
- data/vendor/cmock/vendor/unity/examples/example_3/target_gcc_32.yml +0 -46
- data/vendor/cmock/vendor/unity/examples/example_3/test/TestProductionCode.c +0 -62
- data/vendor/cmock/vendor/unity/examples/example_3/test/TestProductionCode2.c +0 -31
- data/vendor/cmock/vendor/unity/examples/unity_config.h +0 -237
- data/vendor/cmock/vendor/unity/extras/eclipse/error_parsers.txt +0 -26
- data/vendor/cmock/vendor/unity/extras/fixture/rakefile.rb +0 -48
- data/vendor/cmock/vendor/unity/extras/fixture/rakefile_helper.rb +0 -178
- data/vendor/cmock/vendor/unity/extras/fixture/readme.txt +0 -9
- data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture.c +0 -432
- data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture.h +0 -83
- data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture_internals.h +0 -51
- data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +0 -47
- data/vendor/cmock/vendor/unity/extras/fixture/test/Makefile +0 -74
- data/vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c +0 -22
- data/vendor/cmock/vendor/unity/extras/fixture/test/template_fixture_tests.c +0 -39
- data/vendor/cmock/vendor/unity/extras/fixture/test/unity_fixture_Test.c +0 -543
- data/vendor/cmock/vendor/unity/extras/fixture/test/unity_fixture_TestRunner.c +0 -57
- data/vendor/cmock/vendor/unity/extras/fixture/test/unity_output_Spy.c +0 -57
- data/vendor/cmock/vendor/unity/extras/fixture/test/unity_output_Spy.h +0 -17
- data/vendor/cmock/vendor/unity/release/build.info +0 -2
- data/vendor/cmock/vendor/unity/release/version.info +0 -2
- data/vendor/cmock/vendor/unity/src/unity.c +0 -1517
- data/vendor/cmock/vendor/unity/src/unity.h +0 -339
- data/vendor/cmock/vendor/unity/src/unity_internals.h +0 -784
- data/vendor/cmock/vendor/unity/test/Makefile +0 -63
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_cmd.c +0 -61
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_def.c +0 -57
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_head1.c +0 -55
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_head1.h +0 -15
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_cmd.c +0 -80
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_def.c +0 -76
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_head1.c +0 -75
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_head1.h +0 -13
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_new1.c +0 -89
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_new2.c +0 -89
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_param.c +0 -77
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_run1.c +0 -89
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_run2.c +0 -89
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_yaml.c +0 -90
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_new1.c +0 -67
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_new2.c +0 -70
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_param.c +0 -58
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_run1.c +0 -67
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_run2.c +0 -70
- data/vendor/cmock/vendor/unity/test/expectdata/testsample_yaml.c +0 -71
- data/vendor/cmock/vendor/unity/test/rakefile +0 -125
- data/vendor/cmock/vendor/unity/test/rakefile_helper.rb +0 -260
- data/vendor/cmock/vendor/unity/test/spec/generate_module_existing_file_spec.rb +0 -158
- data/vendor/cmock/vendor/unity/test/targets/clang_file.yml +0 -78
- data/vendor/cmock/vendor/unity/test/targets/clang_strict.yml +0 -78
- data/vendor/cmock/vendor/unity/test/targets/gcc_32.yml +0 -49
- data/vendor/cmock/vendor/unity/test/targets/gcc_64.yml +0 -50
- data/vendor/cmock/vendor/unity/test/targets/gcc_auto_limits.yml +0 -47
- data/vendor/cmock/vendor/unity/test/targets/gcc_auto_stdint.yml +0 -59
- data/vendor/cmock/vendor/unity/test/targets/gcc_manual_math.yml +0 -47
- data/vendor/cmock/vendor/unity/test/targets/hitech_picc18.yml +0 -101
- data/vendor/cmock/vendor/unity/test/targets/iar_arm_v4.yml +0 -90
- data/vendor/cmock/vendor/unity/test/targets/iar_arm_v5.yml +0 -80
- data/vendor/cmock/vendor/unity/test/targets/iar_arm_v5_3.yml +0 -80
- data/vendor/cmock/vendor/unity/test/targets/iar_armcortex_LM3S9B92_v5_4.yml +0 -94
- data/vendor/cmock/vendor/unity/test/targets/iar_cortexm3_v5.yml +0 -84
- data/vendor/cmock/vendor/unity/test/targets/iar_msp430.yml +0 -95
- data/vendor/cmock/vendor/unity/test/targets/iar_sh2a_v6.yml +0 -86
- data/vendor/cmock/vendor/unity/test/testdata/CException.h +0 -11
- data/vendor/cmock/vendor/unity/test/testdata/Defs.h +0 -8
- data/vendor/cmock/vendor/unity/test/testdata/cmock.h +0 -14
- data/vendor/cmock/vendor/unity/test/testdata/mockMock.h +0 -13
- data/vendor/cmock/vendor/unity/test/testdata/testRunnerGenerator.c +0 -183
- data/vendor/cmock/vendor/unity/test/testdata/testRunnerGeneratorSmall.c +0 -67
- data/vendor/cmock/vendor/unity/test/testdata/testRunnerGeneratorWithMocks.c +0 -192
- data/vendor/cmock/vendor/unity/test/tests/test_generate_test_runner.rb +0 -1252
- data/vendor/cmock/vendor/unity/test/tests/testparameterized.c +0 -110
- data/vendor/cmock/vendor/unity/test/tests/testunity.c +0 -4993
@@ -1,125 +0,0 @@
|
|
1
|
-
# ==========================================
|
2
|
-
# Unity Project - A Test Framework for C
|
3
|
-
# Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
|
4
|
-
# [Released under MIT License. Please refer to license.txt for details]
|
5
|
-
# ==========================================
|
6
|
-
|
7
|
-
UNITY_ROOT = File.expand_path(File.dirname(__FILE__)) + '/'
|
8
|
-
$verbose = false
|
9
|
-
|
10
|
-
require 'rake'
|
11
|
-
require 'rake/clean'
|
12
|
-
require UNITY_ROOT + 'rakefile_helper'
|
13
|
-
require 'rspec/core/rake_task'
|
14
|
-
|
15
|
-
TEMP_DIRS = [
|
16
|
-
File.join(UNITY_ROOT, 'build'),
|
17
|
-
File.join(UNITY_ROOT, 'sandbox')
|
18
|
-
]
|
19
|
-
|
20
|
-
TEMP_DIRS.each do |dir|
|
21
|
-
directory(dir)
|
22
|
-
CLOBBER.include(dir)
|
23
|
-
end
|
24
|
-
|
25
|
-
task :prepare_for_tests => TEMP_DIRS
|
26
|
-
|
27
|
-
include RakefileHelpers
|
28
|
-
|
29
|
-
# Load proper GCC as defult configuration
|
30
|
-
DEFAULT_CONFIG_FILE = 'gcc_auto_stdint.yml'
|
31
|
-
configure_toolchain(DEFAULT_CONFIG_FILE)
|
32
|
-
|
33
|
-
desc "Test unity with its own unit tests"
|
34
|
-
task :unit => [:prepare_for_tests] do
|
35
|
-
run_tests unit_test_files
|
36
|
-
end
|
37
|
-
|
38
|
-
desc "Test unity's helper scripts"
|
39
|
-
task :scripts => [:prepare_for_tests] do
|
40
|
-
Dir['tests/test_*.rb'].each do |scriptfile|
|
41
|
-
require "./"+scriptfile
|
42
|
-
end
|
43
|
-
end
|
44
|
-
|
45
|
-
desc "Run all rspecs"
|
46
|
-
RSpec::Core::RakeTask.new(:spec) do |t|
|
47
|
-
t.pattern = 'spec/**/*_spec.rb'
|
48
|
-
end
|
49
|
-
|
50
|
-
desc "Generate test summary"
|
51
|
-
task :summary do
|
52
|
-
report_summary
|
53
|
-
end
|
54
|
-
|
55
|
-
desc "Build and test Unity"
|
56
|
-
task :all => [:clean, :prepare_for_tests, :scripts, :unit, :style, :summary]
|
57
|
-
task :default => [:clobber, :all]
|
58
|
-
task :ci => [:no_color, :default]
|
59
|
-
task :cruise => [:no_color, :default]
|
60
|
-
|
61
|
-
desc "Load configuration"
|
62
|
-
task :config, :config_file do |t, args|
|
63
|
-
configure_toolchain(args[:config_file])
|
64
|
-
end
|
65
|
-
|
66
|
-
task :no_color do
|
67
|
-
$colour_output = false
|
68
|
-
end
|
69
|
-
|
70
|
-
task :verbose do
|
71
|
-
$verbose = true
|
72
|
-
end
|
73
|
-
|
74
|
-
namespace :style do
|
75
|
-
desc "Check style"
|
76
|
-
task :check do
|
77
|
-
report "\nVERIFYING RUBY STYLE"
|
78
|
-
report execute("rubocop ../auto ../examples ../extras --config .rubocop.yml", true)
|
79
|
-
report "Styling Ruby:PASS"
|
80
|
-
end
|
81
|
-
|
82
|
-
namespace :check do
|
83
|
-
Dir['../**/*.rb'].each do |f|
|
84
|
-
filename = File.basename(f, '.rb')
|
85
|
-
desc "Check Style of #{filename}"
|
86
|
-
task filename.to_sym => ['style:clean'] do
|
87
|
-
report execute("rubocop #{f} --color --config .rubocop.yml", true)
|
88
|
-
report "Style Checked for #{f}"
|
89
|
-
end
|
90
|
-
end
|
91
|
-
end
|
92
|
-
|
93
|
-
desc "Fix Style of all C Code"
|
94
|
-
task :c do
|
95
|
-
run_astyle("../src/*.* ../extras/fixture/src/*.*")
|
96
|
-
end
|
97
|
-
|
98
|
-
namespace :c do
|
99
|
-
Dir['../{src,extras/**}/*.{c,h}'].each do |f|
|
100
|
-
filename = File.basename(f)[0..-3]
|
101
|
-
desc "Check Style of #{filename}"
|
102
|
-
task filename.to_sym do
|
103
|
-
run_astyle f
|
104
|
-
end
|
105
|
-
end
|
106
|
-
end
|
107
|
-
|
108
|
-
desc "Attempt to Autocorrect style"
|
109
|
-
task :auto => ['style:clean'] do
|
110
|
-
execute("rubocop ../auto ../examples ../extras --auto-correct --config .rubocop.yml")
|
111
|
-
report "Autocorrected What We Could."
|
112
|
-
end
|
113
|
-
|
114
|
-
desc "Update style todo list"
|
115
|
-
task :todo => ['style:clean'] do
|
116
|
-
execute("rubocop ../auto ../examples ../extras --auto-gen-config --config .rubocop.yml")
|
117
|
-
report "Updated Style TODO List."
|
118
|
-
end
|
119
|
-
|
120
|
-
task :clean do
|
121
|
-
File.delete(".rubocop_todo.yml") if File.exists?(".rubocop_todo.yml")
|
122
|
-
end
|
123
|
-
end
|
124
|
-
|
125
|
-
task :style => ['style:check']
|
@@ -1,260 +0,0 @@
|
|
1
|
-
# ==========================================
|
2
|
-
# Unity Project - A Test Framework for C
|
3
|
-
# Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
|
4
|
-
# [Released under MIT License. Please refer to license.txt for details]
|
5
|
-
# ==========================================
|
6
|
-
|
7
|
-
require 'yaml'
|
8
|
-
require 'fileutils'
|
9
|
-
require UNITY_ROOT + '../auto/unity_test_summary'
|
10
|
-
require UNITY_ROOT + '../auto/generate_test_runner'
|
11
|
-
require UNITY_ROOT + '../auto/colour_reporter'
|
12
|
-
|
13
|
-
module RakefileHelpers
|
14
|
-
C_EXTENSION = '.c'.freeze
|
15
|
-
def load_configuration(config_file)
|
16
|
-
return if $configured
|
17
|
-
|
18
|
-
$cfg_file = "targets/#{config_file}" unless config_file =~ /[\\|\/]/
|
19
|
-
$cfg = YAML.load(File.read($cfg_file))
|
20
|
-
$colour_output = false unless $cfg['colour']
|
21
|
-
$configured = true if config_file != DEFAULT_CONFIG_FILE
|
22
|
-
end
|
23
|
-
|
24
|
-
def configure_clean
|
25
|
-
CLEAN.include($cfg['compiler']['build_path'] + '*.*') unless $cfg['compiler']['build_path'].nil?
|
26
|
-
end
|
27
|
-
|
28
|
-
def configure_toolchain(config_file = DEFAULT_CONFIG_FILE)
|
29
|
-
config_file += '.yml' unless config_file =~ /\.yml$/
|
30
|
-
config_file = config_file unless config_file =~ /[\\|\/]/
|
31
|
-
load_configuration(config_file)
|
32
|
-
configure_clean
|
33
|
-
end
|
34
|
-
|
35
|
-
def unit_test_files
|
36
|
-
path = $cfg['compiler']['unit_tests_path'] + 'test*' + C_EXTENSION
|
37
|
-
path.tr!('\\', '/')
|
38
|
-
FileList.new(path)
|
39
|
-
end
|
40
|
-
|
41
|
-
def local_include_dirs
|
42
|
-
include_dirs = $cfg['compiler']['includes']['items'].dup
|
43
|
-
include_dirs.delete_if { |dir| dir.is_a?(Array) }
|
44
|
-
include_dirs
|
45
|
-
end
|
46
|
-
|
47
|
-
def extract_headers(filename)
|
48
|
-
includes = []
|
49
|
-
lines = File.readlines(filename)
|
50
|
-
lines.each do |line|
|
51
|
-
m = line.match(/^\s*#include\s+\"\s*(.+\.[hH])\s*\"/)
|
52
|
-
includes << m[1] unless m.nil?
|
53
|
-
end
|
54
|
-
includes
|
55
|
-
end
|
56
|
-
|
57
|
-
def find_source_file(header, paths)
|
58
|
-
paths.each do |dir|
|
59
|
-
src_file = dir + header.ext(C_EXTENSION)
|
60
|
-
return src_file if File.exist?(src_file)
|
61
|
-
end
|
62
|
-
nil
|
63
|
-
end
|
64
|
-
|
65
|
-
def tackit(strings)
|
66
|
-
result = if strings.is_a?(Array)
|
67
|
-
"\"#{strings.join}\""
|
68
|
-
else
|
69
|
-
strings
|
70
|
-
end
|
71
|
-
result
|
72
|
-
end
|
73
|
-
|
74
|
-
def squash(prefix, items)
|
75
|
-
result = ''
|
76
|
-
items.each { |item| result += " #{prefix}#{tackit(item)}" }
|
77
|
-
result
|
78
|
-
end
|
79
|
-
|
80
|
-
def should(behave, &block)
|
81
|
-
if block
|
82
|
-
puts 'Should ' + behave
|
83
|
-
yield block
|
84
|
-
else
|
85
|
-
puts "UNIMPLEMENTED CASE: Should #{behave}"
|
86
|
-
end
|
87
|
-
end
|
88
|
-
|
89
|
-
def build_compiler_fields(inject_defines)
|
90
|
-
command = tackit($cfg['compiler']['path'])
|
91
|
-
defines = if $cfg['compiler']['defines']['items'].nil?
|
92
|
-
''
|
93
|
-
else
|
94
|
-
squash($cfg['compiler']['defines']['prefix'], $cfg['compiler']['defines']['items'] + ['UNITY_OUTPUT_CHAR=putcharSpy'] + inject_defines)
|
95
|
-
end
|
96
|
-
options = squash('', $cfg['compiler']['options'])
|
97
|
-
includes = squash($cfg['compiler']['includes']['prefix'], $cfg['compiler']['includes']['items'])
|
98
|
-
includes = includes.gsub(/\\ /, ' ').gsub(/\\\"/, '"').gsub(/\\$/, '') # Remove trailing slashes (for IAR)
|
99
|
-
|
100
|
-
{ :command => command, :defines => defines, :options => options, :includes => includes }
|
101
|
-
end
|
102
|
-
|
103
|
-
def compile(file, defines = [])
|
104
|
-
compiler = build_compiler_fields(defines)
|
105
|
-
cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #{file} " \
|
106
|
-
"#{$cfg['compiler']['object_files']['prefix']}#{$cfg['compiler']['object_files']['destination']}"
|
107
|
-
obj_file = "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
|
108
|
-
execute(cmd_str + obj_file)
|
109
|
-
|
110
|
-
obj_file
|
111
|
-
end
|
112
|
-
|
113
|
-
def build_linker_fields
|
114
|
-
command = tackit($cfg['linker']['path'])
|
115
|
-
options = if $cfg['linker']['options'].nil?
|
116
|
-
''
|
117
|
-
else
|
118
|
-
squash('', $cfg['linker']['options'])
|
119
|
-
end
|
120
|
-
includes = if $cfg['linker']['includes'].nil? || $cfg['linker']['includes']['items'].nil?
|
121
|
-
''
|
122
|
-
else
|
123
|
-
squash($cfg['linker']['includes']['prefix'], $cfg['linker']['includes']['items'])
|
124
|
-
end.gsub(/\\ /, ' ').gsub(/\\\"/, '"').gsub(/\\$/, '') # Remove trailing slashes (for IAR)
|
125
|
-
|
126
|
-
{ :command => command, :options => options, :includes => includes }
|
127
|
-
end
|
128
|
-
|
129
|
-
def link_it(exe_name, obj_list)
|
130
|
-
linker = build_linker_fields
|
131
|
-
cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
|
132
|
-
(obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join +
|
133
|
-
$cfg['linker']['bin_files']['prefix'] + ' ' +
|
134
|
-
$cfg['linker']['bin_files']['destination'] +
|
135
|
-
exe_name + $cfg['linker']['bin_files']['extension']
|
136
|
-
execute(cmd_str)
|
137
|
-
end
|
138
|
-
|
139
|
-
def build_simulator_fields
|
140
|
-
return nil if $cfg['simulator'].nil?
|
141
|
-
command = if $cfg['simulator']['path'].nil?
|
142
|
-
''
|
143
|
-
else
|
144
|
-
(tackit($cfg['simulator']['path']) + ' ')
|
145
|
-
end
|
146
|
-
pre_support = if $cfg['simulator']['pre_support'].nil?
|
147
|
-
''
|
148
|
-
else
|
149
|
-
squash('', $cfg['simulator']['pre_support'])
|
150
|
-
end
|
151
|
-
post_support = if $cfg['simulator']['post_support'].nil?
|
152
|
-
''
|
153
|
-
else
|
154
|
-
squash('', $cfg['simulator']['post_support'])
|
155
|
-
end
|
156
|
-
|
157
|
-
{ :command => command, :pre_support => pre_support, :post_support => post_support }
|
158
|
-
end
|
159
|
-
|
160
|
-
def run_astyle(style_what)
|
161
|
-
report "Styling C Code..."
|
162
|
-
command = "AStyle " \
|
163
|
-
"--style=allman --indent=spaces=4 --indent-switches --indent-preproc-define --indent-preproc-block " \
|
164
|
-
"--pad-oper --pad-comma --unpad-paren --pad-header " \
|
165
|
-
"--align-pointer=type --align-reference=name " \
|
166
|
-
"--add-brackets --mode=c --suffix=none " \
|
167
|
-
"#{style_what}"
|
168
|
-
execute(command, false)
|
169
|
-
report "Styling C:PASS"
|
170
|
-
end
|
171
|
-
|
172
|
-
def execute(command_string, ok_to_fail = false)
|
173
|
-
report command_string if $verbose
|
174
|
-
output = `#{command_string}`.chomp
|
175
|
-
report(output) if $verbose && !output.nil? && !output.empty?
|
176
|
-
raise "Command failed. (Returned #{$?.exitstatus})" if !$?.exitstatus.zero? && !ok_to_fail
|
177
|
-
output
|
178
|
-
end
|
179
|
-
|
180
|
-
def report_summary
|
181
|
-
summary = UnityTestSummary.new
|
182
|
-
summary.root = UNITY_ROOT
|
183
|
-
results_glob = "#{$cfg['compiler']['build_path']}*.test*"
|
184
|
-
results_glob.tr!('\\', '/')
|
185
|
-
results = Dir[results_glob]
|
186
|
-
summary.targets = results
|
187
|
-
report summary.run
|
188
|
-
end
|
189
|
-
|
190
|
-
def run_tests(test_files)
|
191
|
-
report 'Running Unity system tests...'
|
192
|
-
|
193
|
-
# Tack on TEST define for compiling unit tests
|
194
|
-
load_configuration($cfg_file)
|
195
|
-
test_defines = ['TEST']
|
196
|
-
$cfg['compiler']['defines']['items'] ||= []
|
197
|
-
$cfg['compiler']['defines']['items'] << 'TEST'
|
198
|
-
|
199
|
-
include_dirs = local_include_dirs
|
200
|
-
|
201
|
-
# Build and execute each unit test
|
202
|
-
test_files.each do |test|
|
203
|
-
obj_list = []
|
204
|
-
|
205
|
-
unless $cfg['compiler']['aux_sources'].nil?
|
206
|
-
$cfg['compiler']['aux_sources'].each do |aux|
|
207
|
-
obj_list << compile(aux, test_defines)
|
208
|
-
end
|
209
|
-
end
|
210
|
-
|
211
|
-
# Detect dependencies and build required modules
|
212
|
-
extract_headers(test).each do |header|
|
213
|
-
# Compile corresponding source file if it exists
|
214
|
-
src_file = find_source_file(header, include_dirs)
|
215
|
-
|
216
|
-
obj_list << compile(src_file, test_defines) unless src_file.nil?
|
217
|
-
end
|
218
|
-
|
219
|
-
# Build the test runner (generate if configured to do so)
|
220
|
-
test_base = File.basename(test, C_EXTENSION)
|
221
|
-
|
222
|
-
runner_name = test_base + '_Runner.c'
|
223
|
-
|
224
|
-
runner_path = if $cfg['compiler']['runner_path'].nil?
|
225
|
-
$cfg['compiler']['build_path'] + runner_name
|
226
|
-
else
|
227
|
-
$cfg['compiler']['runner_path'] + runner_name
|
228
|
-
end
|
229
|
-
|
230
|
-
options = $cfg[:unity]
|
231
|
-
options[:use_param_tests] = test =~ /parameterized/ ? true : false
|
232
|
-
UnityTestRunnerGenerator.new(options).run(test, runner_path)
|
233
|
-
obj_list << compile(runner_path, test_defines)
|
234
|
-
|
235
|
-
# Build the test module
|
236
|
-
obj_list << compile(test, test_defines)
|
237
|
-
|
238
|
-
# Link the test executable
|
239
|
-
link_it(test_base, obj_list)
|
240
|
-
|
241
|
-
# Execute unit test and generate results file
|
242
|
-
simulator = build_simulator_fields
|
243
|
-
executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files']['extension']
|
244
|
-
cmd_str = if simulator.nil?
|
245
|
-
executable
|
246
|
-
else
|
247
|
-
"#{simulator[:command]} #{simulator[:pre_support]} #{executable} #{simulator[:post_support]}"
|
248
|
-
end
|
249
|
-
output = execute(cmd_str)
|
250
|
-
test_results = $cfg['compiler']['build_path'] + test_base
|
251
|
-
if output.match(/OK$/m).nil?
|
252
|
-
test_results += '.testfail'
|
253
|
-
else
|
254
|
-
report output unless $verbose # Verbose already prints this line, as does a failure
|
255
|
-
test_results += '.testpass'
|
256
|
-
end
|
257
|
-
File.open(test_results, 'w') { |f| f.print output }
|
258
|
-
end
|
259
|
-
end
|
260
|
-
end
|
data/vendor/cmock/vendor/c_exception/vendor/unity/test/spec/generate_module_existing_file_spec.rb
DELETED
@@ -1,158 +0,0 @@
|
|
1
|
-
|
2
|
-
require '../auto/generate_module.rb'
|
3
|
-
require 'fileutils'
|
4
|
-
|
5
|
-
def touch_src(file)
|
6
|
-
FileUtils.touch "sandbox/src/#{file}"
|
7
|
-
end
|
8
|
-
|
9
|
-
def touch_test(file)
|
10
|
-
FileUtils.touch "sandbox/test/#{file}"
|
11
|
-
end
|
12
|
-
|
13
|
-
def create_src_with_known_content(file)
|
14
|
-
File.open("sandbox/src/#{file}", "w") {|f| f.write("the original #{file}")}
|
15
|
-
end
|
16
|
-
|
17
|
-
def create_test_with_known_content(file)
|
18
|
-
File.open("sandbox/test/#{file}", "w") {|f| f.write("the original #{file}")}
|
19
|
-
end
|
20
|
-
|
21
|
-
def expect_src_content_didnt_change(file)
|
22
|
-
expect(File.read("sandbox/src/#{file}")).to eq("the original #{file}")
|
23
|
-
end
|
24
|
-
|
25
|
-
def expect_test_content_didnt_change(file)
|
26
|
-
expect(File.read("sandbox/test/#{file}")).to eq("the original #{file}")
|
27
|
-
end
|
28
|
-
|
29
|
-
def expect_src_file_to_exist(file)
|
30
|
-
expect(File.exist?("sandbox/src/#{file}")).to be true
|
31
|
-
end
|
32
|
-
|
33
|
-
def expect_test_file_to_exist(file)
|
34
|
-
expect(File.exist?("sandbox/test/#{file}")).to be true
|
35
|
-
end
|
36
|
-
|
37
|
-
describe "UnityModuleGenerator" do
|
38
|
-
|
39
|
-
before do
|
40
|
-
# clean sandbox and setup our "project" folders
|
41
|
-
FileUtils.rm_rf "sandbox"
|
42
|
-
FileUtils.mkdir_p "sandbox"
|
43
|
-
FileUtils.mkdir_p "sandbox/src"
|
44
|
-
FileUtils.mkdir_p "sandbox/test"
|
45
|
-
|
46
|
-
@options = {
|
47
|
-
:path_src => "sandbox/src",
|
48
|
-
:path_tst => "sandbox/test",
|
49
|
-
}
|
50
|
-
end
|
51
|
-
|
52
|
-
context "with src pattern" do
|
53
|
-
before do
|
54
|
-
@options[:pattern] = "src"
|
55
|
-
end
|
56
|
-
|
57
|
-
it "fails when all files already exist" do
|
58
|
-
# create an existing triad of files
|
59
|
-
touch_src "meh.c"
|
60
|
-
touch_src "meh.h"
|
61
|
-
touch_test "Testmeh.c"
|
62
|
-
expect {
|
63
|
-
UnityModuleGenerator.new(@options).generate("meh")
|
64
|
-
}.to raise_error("ERROR: File meh already exists. Exiting.")
|
65
|
-
end
|
66
|
-
|
67
|
-
it "creates the test file if the source and header files exist" do
|
68
|
-
# Create the existing files.
|
69
|
-
touch_src "meh.c"
|
70
|
-
touch_src "meh.h"
|
71
|
-
|
72
|
-
UnityModuleGenerator.new(@options).generate("meh")
|
73
|
-
|
74
|
-
expect_test_file_to_exist "Testmeh.c"
|
75
|
-
end
|
76
|
-
|
77
|
-
it "does not alter existing files" do
|
78
|
-
# Create some files with known content.
|
79
|
-
create_src_with_known_content "meh.c"
|
80
|
-
create_src_with_known_content "meh.h"
|
81
|
-
|
82
|
-
UnityModuleGenerator.new(@options).generate("meh")
|
83
|
-
|
84
|
-
expect_src_content_didnt_change "meh.c"
|
85
|
-
expect_src_content_didnt_change "meh.c"
|
86
|
-
end
|
87
|
-
|
88
|
-
it "does not alter existing test files" do
|
89
|
-
# Create some files with known content.
|
90
|
-
create_test_with_known_content "Testmeh.c"
|
91
|
-
|
92
|
-
UnityModuleGenerator.new(@options).generate("meh")
|
93
|
-
|
94
|
-
expect_test_content_didnt_change "Testmeh.c"
|
95
|
-
end
|
96
|
-
|
97
|
-
end
|
98
|
-
|
99
|
-
context "with mch pattern" do
|
100
|
-
before do
|
101
|
-
@options[:pattern] = "mch"
|
102
|
-
end
|
103
|
-
|
104
|
-
it "fails when all files exist" do
|
105
|
-
touch_src "meh_model.c"
|
106
|
-
touch_src "meh_conductor.c"
|
107
|
-
touch_src "meh_hardware.c"
|
108
|
-
touch_src "meh_model.h"
|
109
|
-
touch_src "meh_conductor.h"
|
110
|
-
touch_src "meh_hardware.h"
|
111
|
-
touch_test "Testmeh_model.c"
|
112
|
-
touch_test "Testmeh_conductor.c"
|
113
|
-
touch_test "Testmeh_hardware.c"
|
114
|
-
expect {
|
115
|
-
UnityModuleGenerator.new(@options).generate("meh")
|
116
|
-
}.to raise_error("ERROR: File meh_model already exists. Exiting.")
|
117
|
-
end
|
118
|
-
|
119
|
-
it "creates files that don't exist" do
|
120
|
-
touch_src "meh_model.c"
|
121
|
-
touch_src "meh_conductor.c"
|
122
|
-
touch_src "meh_hardware.c"
|
123
|
-
touch_src "meh_model.h"
|
124
|
-
touch_src "meh_conductor.h"
|
125
|
-
|
126
|
-
UnityModuleGenerator.new(@options).generate("meh")
|
127
|
-
|
128
|
-
expect_src_file_to_exist "meh_hardware.h"
|
129
|
-
expect_test_file_to_exist "Testmeh_model.c"
|
130
|
-
expect_test_file_to_exist "Testmeh_conductor.c"
|
131
|
-
expect_test_file_to_exist "Testmeh_hardware.c"
|
132
|
-
end
|
133
|
-
|
134
|
-
it "does not alter existing source files" do
|
135
|
-
create_src_with_known_content "meh_model.c"
|
136
|
-
create_src_with_known_content "meh_model.c"
|
137
|
-
create_src_with_known_content "meh_model.c"
|
138
|
-
create_src_with_known_content "meh_model.h"
|
139
|
-
create_src_with_known_content "meh_model.c"
|
140
|
-
|
141
|
-
UnityModuleGenerator.new(@options).generate("meh")
|
142
|
-
|
143
|
-
expect_src_content_didnt_change "meh_model.c"
|
144
|
-
expect_src_content_didnt_change "meh_model.c"
|
145
|
-
expect_src_content_didnt_change "meh_model.c"
|
146
|
-
expect_src_content_didnt_change "meh_model.c"
|
147
|
-
end
|
148
|
-
|
149
|
-
it "does not alter existing test files" do
|
150
|
-
create_test_with_known_content "Testmeh_model.c"
|
151
|
-
|
152
|
-
UnityModuleGenerator.new(@options).generate("meh")
|
153
|
-
|
154
|
-
expect_test_content_didnt_change "Testmeh_model.c"
|
155
|
-
end
|
156
|
-
|
157
|
-
end
|
158
|
-
end
|