diff options
author | Clément Malléjac <clementmallejac@gmail.com> | 2018-07-27 17:05:53 +0200 |
---|---|---|
committer | Clément Malléjac <clementmallejac@gmail.com> | 2018-08-22 11:33:44 +0200 |
commit | 7697648397638b082ce3d3d824c8c128490fc7ce (patch) | |
tree | 9dd46cf134acabd57f90492b8d2f3be7bd7fe63c /conf.d/cmake | |
parent | 92f0e16392712fb80954426722675292d551bf0c (diff) |
Setup the project for afb-test framework
Wrote a couple of basic API tests
Setup mock apis for the test binding
Added script to launch tests on native Linux machines
Change-Id: I606752e7b46cb2afdc10f3319a24ef15675faa3b
Signed-off-by: Clément Malléjac <clementmallejac@gmail.com>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 446534c..d009d0b 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -78,7 +78,7 @@ set (PKG_REQUIRED_LIST # Prefix path where will be installed the files # Default: /usr/local (need root permission to write in) # ------------------------------------------------------ -set(INSTALL_PREFIX $ENV{HOME}/opt) +set(INSTALL_PREFIX $ENV{HOME}/opt/AGL) # Customize link option # ----------------------------- @@ -112,10 +112,10 @@ list(APPEND link_libraries afb-helpers) # -pg # -Wp,-U_FORTIFY_SOURCE # CACHE STRING "Compilation flags for PROFILING build type.") -#set(DEBUG_COMPILE_OPTIONS -# -g -# -ggdb -# -Wp,-U_FORTIFY_SOURCE +# set(DEBUG_COMPILE_OPTIONS +# -g +# -ggdb +# -Wp,-U_FORTIFY_SOURCE # CACHE STRING "Compilation flags for DEBUG build type.") #set(CCOV_COMPILE_OPTIONS # -g |