ceedling 0.21.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/bin/ceedling +3 -5
- data/ceedling-0.21.0.gem +0 -0
- data/ceedling.gemspec +1 -0
- data/lib/ceedling/configurator.rb +7 -1
- data/lib/ceedling/configurator_plugins.rb +21 -21
- data/lib/ceedling/generator_test_runner.rb +3 -46
- data/lib/ceedling/setupinator.rb +1 -0
- data/lib/ceedling/version.rb +4 -4
- data/plugins/module_generator/lib/module_generator.rb +14 -127
- data/plugins/module_generator/module_generator.rake +15 -3
- data/spec/spec_system_helper.rb +1 -1
- data/vendor/c_exception/release/build.info +1 -1
- data/vendor/c_exception/release/version.info +1 -1
- data/vendor/c_exception/vendor/unity/auto/generate_module.rb +202 -146
- data/vendor/c_exception/vendor/unity/auto/generate_test_runner.rb +1 -1
- data/vendor/c_exception/vendor/unity/examples/example_1/makefile +1 -1
- data/vendor/c_exception/vendor/unity/examples/example_2/makefile +1 -1
- data/vendor/c_exception/vendor/unity/examples/unity_config.h +11 -19
- data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.c +22 -26
- data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.h +9 -9
- data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_internals.h +15 -6
- data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +15 -15
- data/vendor/c_exception/vendor/unity/extras/fixture/test/Makefile +7 -13
- data/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c +6 -6
- data/vendor/c_exception/vendor/unity/extras/fixture/test/template_fixture_tests.c +6 -6
- data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_Test.c +36 -29
- data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_TestRunner.c +6 -6
- data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.c +6 -6
- data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.h +6 -6
- data/vendor/c_exception/vendor/unity/release/build.info +1 -1
- data/vendor/c_exception/vendor/unity/release/version.info +1 -1
- data/vendor/c_exception/vendor/unity/src/unity.c +45 -72
- data/vendor/c_exception/vendor/unity/src/unity.h +3 -4
- data/vendor/c_exception/vendor/unity/src/unity_internals.h +71 -109
- data/vendor/c_exception/vendor/unity/test/Makefile +25 -13
- data/vendor/c_exception/vendor/unity/test/targets/gcc_32.yml +0 -1
- data/vendor/c_exception/vendor/unity/test/targets/gcc_64.yml +0 -1
- data/vendor/c_exception/vendor/unity/test/tests/testparameterized.c +11 -5
- data/vendor/c_exception/vendor/unity/test/tests/testunity.c +32 -29
- data/vendor/cmock/docs/CMock_Summary.md +4 -0
- data/vendor/cmock/lib/cmock_config.rb +7 -2
- data/vendor/cmock/lib/cmock_generator.rb +9 -1
- data/vendor/cmock/release/build.info +1 -1
- data/vendor/cmock/release/version.info +1 -1
- data/vendor/cmock/test/unit/cmock_generator_main_test.rb +7 -0
- data/vendor/cmock/vendor/c_exception/release/build.info +1 -1
- data/vendor/cmock/vendor/c_exception/release/version.info +1 -1
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/generate_module.rb +202 -146
- data/vendor/cmock/vendor/c_exception/vendor/unity/auto/generate_test_runner.rb +1 -1
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/makefile +1 -1
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/makefile +1 -1
- data/vendor/cmock/vendor/c_exception/vendor/unity/examples/unity_config.h +11 -19
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.c +22 -26
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.h +9 -9
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_internals.h +15 -6
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +15 -15
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/Makefile +7 -13
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c +6 -6
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/template_fixture_tests.c +6 -6
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_Test.c +36 -29
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_TestRunner.c +6 -6
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.c +6 -6
- data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.h +6 -6
- data/vendor/cmock/vendor/c_exception/vendor/unity/release/build.info +1 -1
- data/vendor/cmock/vendor/c_exception/vendor/unity/release/version.info +1 -1
- data/vendor/cmock/vendor/c_exception/vendor/unity/src/unity.c +45 -72
- data/vendor/cmock/vendor/c_exception/vendor/unity/src/unity.h +3 -4
- data/vendor/cmock/vendor/c_exception/vendor/unity/src/unity_internals.h +71 -109
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/Makefile +25 -13
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_32.yml +0 -1
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_64.yml +0 -1
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/tests/testparameterized.c +11 -5
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/tests/testunity.c +32 -29
- data/vendor/cmock/vendor/unity/auto/generate_module.rb +202 -146
- data/vendor/cmock/vendor/unity/auto/generate_test_runner.rb +1 -1
- data/vendor/cmock/vendor/unity/examples/example_1/makefile +1 -1
- data/vendor/cmock/vendor/unity/examples/example_2/makefile +1 -1
- data/vendor/cmock/vendor/unity/examples/unity_config.h +11 -19
- data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture.c +22 -26
- data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture.h +9 -9
- data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture_internals.h +15 -6
- data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +15 -15
- data/vendor/cmock/vendor/unity/extras/fixture/test/Makefile +7 -13
- data/vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c +6 -6
- data/vendor/cmock/vendor/unity/extras/fixture/test/template_fixture_tests.c +6 -6
- data/vendor/cmock/vendor/unity/extras/fixture/test/unity_fixture_Test.c +36 -29
- data/vendor/cmock/vendor/unity/extras/fixture/test/unity_fixture_TestRunner.c +6 -6
- data/vendor/cmock/vendor/unity/extras/fixture/test/unity_output_Spy.c +6 -6
- data/vendor/cmock/vendor/unity/extras/fixture/test/unity_output_Spy.h +6 -6
- data/vendor/cmock/vendor/unity/release/build.info +1 -1
- data/vendor/cmock/vendor/unity/release/version.info +1 -1
- data/vendor/cmock/vendor/unity/src/unity.c +45 -72
- data/vendor/cmock/vendor/unity/src/unity.h +3 -4
- data/vendor/cmock/vendor/unity/src/unity_internals.h +71 -109
- data/vendor/cmock/vendor/unity/test/Makefile +25 -13
- data/vendor/cmock/vendor/unity/test/targets/gcc_32.yml +0 -1
- data/vendor/cmock/vendor/unity/test/targets/gcc_64.yml +0 -1
- data/vendor/cmock/vendor/unity/test/tests/testparameterized.c +11 -5
- data/vendor/cmock/vendor/unity/test/tests/testunity.c +32 -29
- data/vendor/unity/auto/generate_module.rb +202 -146
- data/vendor/unity/auto/generate_test_runner.rb +1 -1
- data/vendor/unity/examples/example_1/makefile +1 -1
- data/vendor/unity/examples/example_2/makefile +1 -1
- data/vendor/unity/examples/unity_config.h +11 -19
- data/vendor/unity/extras/fixture/src/unity_fixture.c +22 -26
- data/vendor/unity/extras/fixture/src/unity_fixture.h +9 -9
- data/vendor/unity/extras/fixture/src/unity_fixture_internals.h +15 -6
- data/vendor/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +15 -15
- data/vendor/unity/extras/fixture/test/Makefile +7 -13
- data/vendor/unity/extras/fixture/test/main/AllTests.c +6 -6
- data/vendor/unity/extras/fixture/test/template_fixture_tests.c +6 -6
- data/vendor/unity/extras/fixture/test/unity_fixture_Test.c +36 -29
- data/vendor/unity/extras/fixture/test/unity_fixture_TestRunner.c +6 -6
- data/vendor/unity/extras/fixture/test/unity_output_Spy.c +6 -6
- data/vendor/unity/extras/fixture/test/unity_output_Spy.h +6 -6
- data/vendor/unity/release/build.info +1 -1
- data/vendor/unity/release/version.info +1 -1
- data/vendor/unity/src/unity.c +45 -72
- data/vendor/unity/src/unity.h +3 -4
- data/vendor/unity/src/unity_internals.h +71 -109
- data/vendor/unity/test/Makefile +25 -13
- data/vendor/unity/test/targets/gcc_32.yml +0 -1
- data/vendor/unity/test/targets/gcc_64.yml +0 -1
- data/vendor/unity/test/tests/testparameterized.c +11 -5
- data/vendor/unity/test/tests/testunity.c +32 -29
- metadata +17 -6
- data/vendor/c_exception/vendor/unity/test/targets/gcc_auto_sizeof.yml +0 -48
- data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_auto_sizeof.yml +0 -48
- data/vendor/cmock/vendor/unity/test/targets/gcc_auto_sizeof.yml +0 -48
- data/vendor/unity/test/targets/gcc_auto_sizeof.yml +0 -48
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
compiler:
|
|
2
|
-
path: gcc
|
|
3
|
-
source_path: '../src/'
|
|
4
|
-
unit_tests_path: &unit_tests_path 'tests/'
|
|
5
|
-
build_path: &build_path 'build/'
|
|
6
|
-
options:
|
|
7
|
-
- '-c'
|
|
8
|
-
- '-m64'
|
|
9
|
-
- '-Wall'
|
|
10
|
-
- '-Wno-address'
|
|
11
|
-
- '-std=c99'
|
|
12
|
-
- '-pedantic'
|
|
13
|
-
includes:
|
|
14
|
-
prefix: '-I'
|
|
15
|
-
items:
|
|
16
|
-
- 'src/'
|
|
17
|
-
- '../src/'
|
|
18
|
-
- 'testdata/'
|
|
19
|
-
- *unit_tests_path
|
|
20
|
-
defines:
|
|
21
|
-
prefix: '-D'
|
|
22
|
-
items:
|
|
23
|
-
- UNITY_EXCLUDE_STDINT_H
|
|
24
|
-
- UNITY_EXCLUDE_LIMITS_H
|
|
25
|
-
- UNITY_INCLUDE_DOUBLE
|
|
26
|
-
- UNITY_SUPPORT_TEST_CASES
|
|
27
|
-
- UNITY_SUPPORT_64
|
|
28
|
-
object_files:
|
|
29
|
-
prefix: '-o'
|
|
30
|
-
extension: '.o'
|
|
31
|
-
destination: *build_path
|
|
32
|
-
linker:
|
|
33
|
-
path: gcc
|
|
34
|
-
options:
|
|
35
|
-
- -lm
|
|
36
|
-
- '-m64'
|
|
37
|
-
includes:
|
|
38
|
-
prefix: '-I'
|
|
39
|
-
object_files:
|
|
40
|
-
path: *build_path
|
|
41
|
-
extension: '.o'
|
|
42
|
-
bin_files:
|
|
43
|
-
prefix: '-o'
|
|
44
|
-
extension: '.exe'
|
|
45
|
-
destination: *build_path
|
|
46
|
-
colour: true
|
|
47
|
-
:unity:
|
|
48
|
-
:plugins: []
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
compiler:
|
|
2
|
-
path: gcc
|
|
3
|
-
source_path: '../src/'
|
|
4
|
-
unit_tests_path: &unit_tests_path 'tests/'
|
|
5
|
-
build_path: &build_path 'build/'
|
|
6
|
-
options:
|
|
7
|
-
- '-c'
|
|
8
|
-
- '-m64'
|
|
9
|
-
- '-Wall'
|
|
10
|
-
- '-Wno-address'
|
|
11
|
-
- '-std=c99'
|
|
12
|
-
- '-pedantic'
|
|
13
|
-
includes:
|
|
14
|
-
prefix: '-I'
|
|
15
|
-
items:
|
|
16
|
-
- 'src/'
|
|
17
|
-
- '../src/'
|
|
18
|
-
- 'testdata/'
|
|
19
|
-
- *unit_tests_path
|
|
20
|
-
defines:
|
|
21
|
-
prefix: '-D'
|
|
22
|
-
items:
|
|
23
|
-
- UNITY_EXCLUDE_STDINT_H
|
|
24
|
-
- UNITY_EXCLUDE_LIMITS_H
|
|
25
|
-
- UNITY_INCLUDE_DOUBLE
|
|
26
|
-
- UNITY_SUPPORT_TEST_CASES
|
|
27
|
-
- UNITY_SUPPORT_64
|
|
28
|
-
object_files:
|
|
29
|
-
prefix: '-o'
|
|
30
|
-
extension: '.o'
|
|
31
|
-
destination: *build_path
|
|
32
|
-
linker:
|
|
33
|
-
path: gcc
|
|
34
|
-
options:
|
|
35
|
-
- -lm
|
|
36
|
-
- '-m64'
|
|
37
|
-
includes:
|
|
38
|
-
prefix: '-I'
|
|
39
|
-
object_files:
|
|
40
|
-
path: *build_path
|
|
41
|
-
extension: '.o'
|
|
42
|
-
bin_files:
|
|
43
|
-
prefix: '-o'
|
|
44
|
-
extension: '.exe'
|
|
45
|
-
destination: *build_path
|
|
46
|
-
colour: true
|
|
47
|
-
:unity:
|
|
48
|
-
:plugins: []
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
compiler:
|
|
2
|
-
path: gcc
|
|
3
|
-
source_path: '../src/'
|
|
4
|
-
unit_tests_path: &unit_tests_path 'tests/'
|
|
5
|
-
build_path: &build_path 'build/'
|
|
6
|
-
options:
|
|
7
|
-
- '-c'
|
|
8
|
-
- '-m64'
|
|
9
|
-
- '-Wall'
|
|
10
|
-
- '-Wno-address'
|
|
11
|
-
- '-std=c99'
|
|
12
|
-
- '-pedantic'
|
|
13
|
-
includes:
|
|
14
|
-
prefix: '-I'
|
|
15
|
-
items:
|
|
16
|
-
- 'src/'
|
|
17
|
-
- '../src/'
|
|
18
|
-
- 'testdata/'
|
|
19
|
-
- *unit_tests_path
|
|
20
|
-
defines:
|
|
21
|
-
prefix: '-D'
|
|
22
|
-
items:
|
|
23
|
-
- UNITY_EXCLUDE_STDINT_H
|
|
24
|
-
- UNITY_EXCLUDE_LIMITS_H
|
|
25
|
-
- UNITY_INCLUDE_DOUBLE
|
|
26
|
-
- UNITY_SUPPORT_TEST_CASES
|
|
27
|
-
- UNITY_SUPPORT_64
|
|
28
|
-
object_files:
|
|
29
|
-
prefix: '-o'
|
|
30
|
-
extension: '.o'
|
|
31
|
-
destination: *build_path
|
|
32
|
-
linker:
|
|
33
|
-
path: gcc
|
|
34
|
-
options:
|
|
35
|
-
- -lm
|
|
36
|
-
- '-m64'
|
|
37
|
-
includes:
|
|
38
|
-
prefix: '-I'
|
|
39
|
-
object_files:
|
|
40
|
-
path: *build_path
|
|
41
|
-
extension: '.o'
|
|
42
|
-
bin_files:
|
|
43
|
-
prefix: '-o'
|
|
44
|
-
extension: '.exe'
|
|
45
|
-
destination: *build_path
|
|
46
|
-
colour: true
|
|
47
|
-
:unity:
|
|
48
|
-
:plugins: []
|