diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-09-16 15:30:26 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-09-25 16:35:16 +0200 |
commit | d2fbdb56883cb935b77d3dc04b5ab2f5d89a7b6f (patch) | |
tree | 071af8752a4be143818079e81c196c794be8a3bd /conf.d/cmake/config.cmake | |
parent | ca9049abfcf30e4e7f817441b9b1eff3936d5bf7 (diff) |
Rename test service api to be more discriminant.
Using aftest and aft-aftest api name to self test was
difficult because of searching file using the binder process
name which could be the same although api name were diffirent.
Change-Id: I20ef554d54ddc1cb5bd169d462558d78f2769668
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 65d5e4e..582ed07 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -27,7 +27,7 @@ set(PROJECT_AUTHOR "Forlot Romain") set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh") set(PROJECT_LICENSE "APL2.0") set(PROJECT_LANGUAGES "C") -set(API_NAME "afTest") +set(API_NAME "aft") # Where are stored default templates files from submodule or subtree app-templates in your project tree # relative to the root project directory |