diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2018-11-21 17:01:08 +0100 |
---|---|---|
committer | Frédéric Marec <frederic.marec@iot.bzh> | 2018-11-22 10:23:18 +0000 |
commit | 7db42de7fd8a82c3ccfda3b71fee19ea1000866d (patch) | |
tree | 6abbdee297e8e644644d47280aa5906b65cc2979 /conf.d/cmake | |
parent | d3c02530b17d2b711c4b52249be90b92574d464a (diff) |
Add tests for 4a-hal-genericguppy_6.99.1guppy/6.99.16.99.1
Add test tree
Add test part in README.md
Bug-AGL: SPEC-1796
Change-Id: I3d42bfe3170bfaef819bb2028887869dd603bc97
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index e49774a..7fa414c 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -28,6 +28,7 @@ set(PROJECT_AUTHOR "Jonathan Aillet") set(PROJECT_AUTHOR_MAIL "jonathan.aillet@iot.bzh") set(PROJECT_LICENSE "APL2.0") set(PROJECT_LANGUAGES "C") +set(API_NAME 4a-hal-manager) # Where are stored the project configuration files # relative to the root project directory |