afb-export: Fix requirement on multiple apis 45/21245/1
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 3 May 2019 13:08:10 +0000 (15:08 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 3 May 2019 13:19:51 +0000 (15:19 +0200)
commit4da9c713d091872f8e18cf096d2c5f616183d3b4
treea8d2cdec54ef8a1c3f91b85582cd1729dbada3e3
parent5d57096e3682083c20b2a0fd3ddb9ef75148a94e
afb-export: Fix requirement on multiple apis

The test 'test-apiv3' was failing because the required
api list "albert armel" wasn't splitted but set as-is.

At the same time, test suite is improved.

Bug-AGL: SPEC-1130
Bug-AGL: SPEC-2377

Change-Id: Ia4ab23bf666b5b4b1db3e1da2654d9387c2c01e5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-api-v3.c
src/afb-export.c
src/tests/apiset/CMakeLists.txt
src/tests/apiset/test-apiset.c
src/tests/apiv3/test-apiv3.c
src/tests/globset/CMakeLists.txt
src/tests/globset/globset.out
src/tests/globset/test-globset.c