[Test] Set LD_PRELOAD to the nnstreamer library
authorWook Song <wook16.song@samsung.com>
Mon, 17 Dec 2018 08:05:29 +0000 (17:05 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Wed, 19 Dec 2018 04:23:51 +0000 (13:23 +0900)
commita566a3baee552a1539b6230bd208f8c1a6921805
treedb8e0394c9aa456f460e5bee9ce07a13f94f7dc6
parenta6d3314c0ad3781bfa00cbbcae725fb28ae559cb
[Test] Set LD_PRELOAD to the nnstreamer library

Fixes #919

This patch set LD_PRELOAD to libnnstreamer.so in runTest.sh for testing
custom filter and arithmetic/dimchg/stand/transpose/typcast transforms
so that fixing the issue related to the warning messages about
libtensor_filter_tflitecore.so load failure.

Signed-off-by: Wook Song <wook16.song@samsung.com>
tests/nnstreamer_filter_custom/runTest.sh
tests/transform_arithmetic/runTest.sh
tests/transform_dimchg/runTest.sh
tests/transform_stand/runTest.sh
tests/transform_transpose/runTest.sh
tests/transform_typecast/runTest.sh