ceedling 0.11.0 → 0.11.1
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
|
|
3
3
|
:project:
|
|
4
|
-
:use_exceptions:
|
|
4
|
+
:use_exceptions: FALSE
|
|
5
5
|
:use_test_preprocessor: TRUE
|
|
6
6
|
:use_auxiliary_dependencies: TRUE
|
|
7
7
|
:build_root: build
|
|
@@ -27,7 +27,10 @@
|
|
|
27
27
|
- test/support
|
|
28
28
|
|
|
29
29
|
:defines:
|
|
30
|
-
|
|
30
|
+
# in order to add common defines:
|
|
31
|
+
# 1) remove the trailing [] from the :common: section
|
|
32
|
+
# 2) add entries to the :common: section (e.g. :test: has TEST defined)
|
|
33
|
+
:common: &common_defines []
|
|
31
34
|
:test:
|
|
32
35
|
- TEST
|
|
33
36
|
- *common_defines
|
data/lib/ceedling/version.rb
CHANGED
data/lib/ceedling/version.rb.erb
CHANGED
|
@@ -32,7 +32,10 @@
|
|
|
32
32
|
- test/support
|
|
33
33
|
|
|
34
34
|
:defines:
|
|
35
|
-
:
|
|
35
|
+
# in order to add common defines:
|
|
36
|
+
# 1) remove the trailing [] from the :common: section
|
|
37
|
+
# 2) add entries to the :common: section (e.g. :test: has TEST defined)
|
|
38
|
+
:commmon: &common_defines []
|
|
36
39
|
:test:
|
|
37
40
|
- *common_defines
|
|
38
41
|
- TEST
|