From c729e902dff501c8c3e441d49c6d0fe1ad28eede Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Tue, 28 Aug 2018 17:01:48 +0200 Subject: 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 --- conf.d/cmake/config.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf.d') 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. -- cgit 1.2.3-korg