diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2018-08-28 17:01:48 +0200 |
---|---|---|
committer | Frédéric Marec <frederic.marec@iot.bzh> | 2018-10-04 12:37:01 +0000 |
commit | c729e902dff501c8c3e441d49c6d0fe1ad28eede (patch) | |
tree | d4678a3e7115149a17ce796752e32dc403c52c52 /conf.d | |
parent | 0648db82e6a5694befcf9e2fff25f4392e6814e1 (diff) |
Add tests for iiodevice binding
Add test for accelerometer, compass and gyroscope
Add script beforeAll.sh to initiate iio dummy devices
Add Readme.md to describe how to use test
Fix BUILD_TYPE in cmake.config
Change-Id: I39edfce6a43b519c0ff6bc0a7d2f1d2477098cff
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/config.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 8d2433f..9be9ab0 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -27,6 +27,7 @@ set(PROJECT_AUTHOR "Clément Bénier") set(PROJECT_AUTHOR_MAIL "clement.benier@iot.bzh") set(PROJECT_LICENSE "APL2.0") set(PROJECT_LANGUAGES,"C") +set(API_NAME "iiodevices") # Where are stored default templates files from submodule or subtree app-templates in your project tree # relative to the root project directory @@ -44,7 +45,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- -set(CMAKE_BUILD_TYPE "DEBUG") +set(BUILD_TYPE "DEBUG") # Kernel selection if needed. You can choose between a # mandatory version to impose a minimal version. |