diff --git a/scripts/run_tests.py b/scripts/run_tests.py index 9d97795b..1fe40bcd 100644 --- a/scripts/run_tests.py +++ b/scripts/run_tests.py @@ -86,7 +86,7 @@ def __get_gtest_settings(repeats_count, type_task): def run_threads(self): if platform.system() == "Linux" and not self.__ppc_env.get("PPC_ASAN_RUN"): - for task_type in ["seq", "stl"]: + for task_type in ["seq", "stl", "tbb"]: self.__run_exec( shlex.split(self.valgrind_cmd) + [str(self.work_dir / 'ppc_func_tests')]