diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-09-13 14:09:34 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-09-23 22:24:44 +0000 |
commit | 07f57e23b57fa1fcabddc5f4074e47bcdd669d29 (patch) | |
tree | b23f2f58bc364d0268aa2459a995445e23f296bb /test/afb-test.sh | |
parent | 2e4bbe051ab130a3859e0b3c3a4477d7205df6a7 (diff) |
txc-binding: migration to AFB_BINDING_VERSION 3guppy_6.90.0guppy/6.90.06.90.0
txc-binding.c is moving to version 3 in order to be compatible
with app-afb-test
fix some typo error:
- rename txc api into txc-binding
- wrong path files
Change-Id: I9c59cbc59a457611fbf495a64f116170ef7898d8
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'test/afb-test.sh')
-rwxr-xr-x | test/afb-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/afb-test.sh b/test/afb-test.sh index ea5f2b3..f4b8763 100755 --- a/test/afb-test.sh +++ b/test/afb-test.sh @@ -27,9 +27,9 @@ ${BINDER} --name="${PROCNAME}" \ --port="${PORT}" \ --tracereq=common \ --token=${TOKEN} \ - --workdir="${BUILDDIR}" \ + --workdir="${BUILDDIR}/package-test" \ --binding=${AFBTEST} \ - --binding="package/lib/afb-signal-composer.so" \ + --binding="../package/lib/afb-signal-composer.so" \ -vvv \ --call="aft-signal-composer/launch_all_tests:{}" \ --call="aft-signal-composer/exit:{}" |