From 7c5d80deacad2a1f6943dd0b77449c3f6e20fdfc Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 19 Jun 2018 18:40:32 +0200 Subject: Add tests 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 --- libs/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs') 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 +# author: Romain Forlot # # 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() -- cgit 1.2.3-korg