[Tests] Use NNSTREAMER_SO_FILE_EXTENSION instead of the local one
authorWook Song <wook16.song@samsung.com>
Wed, 8 Apr 2020 02:08:10 +0000 (11:08 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 8 Apr 2020 03:51:50 +0000 (12:51 +0900)
commit324702a5fd12d69b88d31fda2fbf6e5f09aadced
tree3f1e6e65dcf651b0ef9046126e963d309552a6a5
parent99a7cd3126619198e0028ab228e67dc6b9bb4be8
[Tests] Use NNSTREAMER_SO_FILE_EXTENSION instead of the local one

In order to support the shared library on multiple platforms, the file
extension corresponding to each platform is defined in
nnstreamer_conf.h. To avoid code duplication, this patch replaces the
local defines in test code with NNSTREAMER_SO_FILE_EXTENSION.

Signed-off-by: Wook Song <wook16.song@samsung.com>
tests/nnstreamer_sink/unittest_sink.cc
tests/tizen_capi/unittest_tizen_capi.cc