[IIO] enable automated tests for src IIO
authorParichay Kapoor <pk.kapoor@samsung.com>
Tue, 26 Mar 2019 06:41:48 +0000 (15:41 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 27 Mar 2019 04:11:22 +0000 (13:11 +0900)
1. Added IIO test check in debian rules auto tests
2. Added IIO test in nnstreamer.spec unit tests

Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
debian/rules
packaging/nnstreamer.spec

index a1e2765..46eddf2 100755 (executable)
@@ -43,6 +43,7 @@ override_dh_auto_test:
        cd build && ./tests/unittest_common && cd ..
        cd build && ./tests/unittest_sink --gst-plugin-path=. && cd ..
        cd build && ./tests/unittest_plugins --gst-plugin-path=. && cd ..
+       cd build && ./tests/unittest_src_iio --gst-plugin-path=. && cd ..
        cd tests && ssat -n && cd ..
 
 override_dh_link:
index 614911a..71f1adc 100644 (file)
@@ -177,6 +177,7 @@ ninja -C build %{?_smp_mflags}
     ./tests/unittest_common
     ./tests/unittest_sink --gst-plugin-path=.
     ./tests/unittest_plugins --gst-plugin-path=.
+    ./tests/unittest_src_iio --gst-plugin-path=.
     LD_LIBRARY_PATH=tizen-api ./tests/tizen_capi/unittest_tizen_capi --gst-plugin-path=.
     popd
     pushd tests