From 0f4a448f1863c7d3cfa33946acc8d9320cb9a791 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Mon, 11 Jun 2018 18:45:11 +0900 Subject: [PATCH] [Dist] Run unittest for filter/custom/1 with gbs Add the new filter/custom/1 testcase as a unittest during the build Signed-off-by: MyungJoo Ham --- packaging/nnstreamer.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 3e6cee1..42fc6f0 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -75,6 +75,10 @@ tar -xf %{SOURCE2001} ./runTest.sh -skipgen popd +pushd tests/nnstreamer_filter_custom/ +./runTest.sh +popd + %if 0%{?testcoverage} unittestcoverage.py module $(pwd) -- 2.7.4