Browse Source

Add source dir to DATA for fuzz tests

tekireeva 1 year ago
parent
commit
d60ec279fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/plugins/ytest.py

+ 1 - 1
build/plugins/ytest.py

@@ -447,7 +447,7 @@ def onadd_ytest(unit, *args):
     }
     flat_args, spec_args = _common.sort_by_keywords(keywords, args)
 
-    is_implicit_data_needed = flat_args[1] in ("unittest.py", "gunittest", "g_benchmark", "go.test", "boost.test")
+    is_implicit_data_needed = flat_args[1] in ("unittest.py", "gunittest", "g_benchmark", "go.test", "boost.test", "fuzz.test")
     if is_implicit_data_needed and unit.get('ADD_SRCDIR_TO_TEST_DATA') == "yes":
         unit.ondata_files(_common.get_norm_unit_path(unit))