Add tests 15/14815/5 sandbox/excale/wip
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 19 Jun 2018 16:40:32 +0000 (18:40 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Mon, 9 Jul 2018 16:25:57 +0000 (18:25 +0200)
commit7c5d80deacad2a1f6943dd0b77449c3f6e20fdfc
tree0a6782a85994b38adf35aebefd9c5b5561c43f92
parent0b188b21df19bac0cff339c738cd439e887436b8
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 <romain.forlot@iot.bzh>
25 files changed:
CMakeLists.txt
conf.d/app-templates
conf.d/autobuild/agl/autobuild
conf.d/autobuild/linux/autobuild
conf.d/cmake/config.cmake
libs/CMakeLists.txt
low-can-binding/binding/application-generated.cpp
low-can-binding/binding/low-can-apidef.h
test/CMakeLists.txt [new file with mode: 0644]
test/afb-test.sh [new file with mode: 0755]
test/afb-test/CMakeLists.txt [new file with mode: 0644]
test/afb-test/etc/CMakeLists.txt [new file with mode: 0644]
test/afb-test/etc/aft-low-can_config.json [new file with mode: 0644]
test/afb-test/fixtures/CMakeLists.txt [new file with mode: 0644]
test/afb-test/fixtures/replay_launcher.sh [new file with mode: 0755]
test/afb-test/fixtures/test1.canreplay [new file with mode: 0644]
test/afb-test/fixtures/test12.canreplay [new file with mode: 0644]
test/afb-test/fixtures/test13.canreplay [new file with mode: 0644]
test/afb-test/fixtures/test14.canreplay [new file with mode: 0644]
test/afb-test/fixtures/test2-1.canreplay [new file with mode: 0644]
test/afb-test/fixtures/test2-2.canreplay [new file with mode: 0644]
test/afb-test/fixtures/test2-3.canreplay [new file with mode: 0644]
test/afb-test/tests/CMakeLists.txt [new file with mode: 0644]
test/afb-test/tests/low-can-coverage.lua [new file with mode: 0644]
test/afb-test/tests/low-can-tests.lua [new file with mode: 0644]