[UTC][Non-ACR][Machine Learning][Add the missed Feature Checker] 37/217937/1
authorHyoungJoo Ahn <hello.ahn@samsung.com>
Mon, 18 Nov 2019 01:29:16 +0000 (10:29 +0900)
committerJihun Park <jihun87.park@samsung.com>
Mon, 18 Nov 2019 01:51:15 +0000 (01:51 +0000)
Change-Id: Ie63a3c389b59c5bbc943fabfadc11631e765f4df

src/utc/nnstreamer/utc-nnstreamer-scenario.c

index 093dc5477abb68186ce7cad30c33cb234630bfef..cf8f7a3137db3cc360dafc477f2083323b2ef268 100644 (file)
@@ -250,6 +250,7 @@ int utc_nnstreamer_scenario_pipeline_state_test_p2 (void)
  */
 int utc_nnstreamer_scenario_pipeline_state_test_p3 (void)
 {
+  IS_SUPPORT_FEATURE;
   const gchar *_tmpdir = g_get_tmp_dir ();
   const gchar *_dirname = "nns-tizen-XXXXXX";
   gchar *fullpath = g_build_path ("/", _tmpdir, _dirname, NULL);