diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-06-19 18:40:32 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-09 18:25:57 +0200 |
commit | 7c5d80deacad2a1f6943dd0b77449c3f6e20fdfc (patch) | |
tree | 0a6782a85994b38adf35aebefd9c5b5561c43f92 /libs | |
parent | 0b188b21df19bac0cff339c738cd439e887436b8 (diff) |
Add testssandbox/excale/wip
Create first tests to be used with afb-test binding
The test binding is now found using pkg-config command.
Change-Id: Ib1cd08236b6b8fab93ccb67ac613a9c83908d12e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/CMakeLists.txt b/libs/CMakeLists.txt index 995c4e77..6a16d32f 100644 --- a/libs/CMakeLists.txt +++ b/libs/CMakeLists.txt @@ -1,7 +1,7 @@ ########################################################################### -# Copyright 2015, 2016, 2017 IoT.bzh +# Copyright 2015 - 2018 IoT.bzh # -# author: Fulup Ar Foll <fulup@iot.bzh> +# author: Romain Forlot <romain.forlot@iot.bzh> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,4 +17,4 @@ ########################################################################### # Add target to project dependency list -project_subdirs_add()
\ No newline at end of file +project_subdirs_add() |