[Dist/Tizen] Enable unit testing for mvncsdk2 tensor filter
authorWook Song <wook16.song@samsung.com>
Tue, 28 Jan 2020 00:06:36 +0000 (09:06 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 7 Feb 2020 00:23:38 +0000 (16:23 -0800)
Unit testing for mvncsdk2 tensor filter is enabled by default.

Signed-off-by: Wook Song <wook16.song@samsung.com>
packaging/nnstreamer.spec

index 0543475..0e5fce4 100644 (file)
@@ -395,6 +395,9 @@ export NNSTREAMER_DECODERS=$(pwd)/build/ext/nnstreamer/tensor_decoder
     LD_LIBRARY_PATH=./tests/nnstreamer_filter_edgetpu:. ./tests/nnstreamer_filter_edgetpu/unittest_edgetpu --gst-plugin-path=. --gtest_output="xml:unittest_edgetpu.xml"
     popd
 %endif #ifarch 64
+    pushd build
+    LD_LIBRARY_PATH=./tests/nnstreamer_filter_mvncsdk2:. ./tests/nnstreamer_filter_mvncsdk2/unittest_filter_mvncsdk2 --gst-plugin-path=. --gtest_output="xml:unittest_mvncsdk2.xml"
+    popd
     pushd tests
     ssat -n --summary summary.txt
     popd