summaryrefslogtreecommitdiff
path: root/spec/spec/build-action-check-cc.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-22 18:33:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit2a2fd6dd5aadf5a892ef1f713d2ab65605f2f4ef (patch)
tree7e8f49cd8b66d0c5bf0973ec8405b33fe38a8405 /spec/spec/build-action-check-cc.yml
parent58f5f036bf85a8ded2b75c3af1fe7693b3fdead8 (diff)
spec: Add specification of build items
Diffstat (limited to 'spec/spec/build-action-check-cc.yml')
-rw-r--r--spec/spec/build-action-check-cc.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/spec/spec/build-action-check-cc.yml b/spec/spec/build-action-check-cc.yml
new file mode 100644
index 00000000..3845c280
--- /dev/null
+++ b/spec/spec/build-action-check-cc.yml
@@ -0,0 +1,31 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: spec-member
+ uid: root
+spec-description: null
+spec-example: null
+spec-info:
+ dict:
+ attributes:
+ fragment:
+ description: |
+ It shall be a code fragment used to check the availability of a
+ certain feature through compilation with the C compiler. The
+ resulting object is not linked to an executable.
+ spec-type: str
+ message:
+ description: |
+ It shall be a description of the feature to check.
+ spec-type: str
+ cflags:
+ description: null
+ spec-type: build-cflags
+ description: |
+ This set of attributes specifies a check done using the C compiler.
+ required-attributes: all
+spec-name: Build Option C Compiler Check Action
+spec-type: build-action-check-cc
+type: spec