Skip to content

Commit 1c45d59

Browse files
committed
Run TBB and OpenMP tests under valgrind
1 parent 1870b8e commit 1c45d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __get_gtest_settings(repeats_count, type_task):
8686

8787
def run_threads(self):
8888
if platform.system() == "Linux" and not self.__ppc_env.get("PPC_ASAN_RUN"):
89-
for task_type in ["seq", "stl"]:
89+
for task_type in ["omp", "seq", "stl", "tbb"]:
9090
self.__run_exec(
9191
shlex.split(self.valgrind_cmd)
9292
+ [str(self.work_dir / 'ppc_func_tests')]

0 commit comments

Comments
 (0)