From a283a1c3893f18d55d3ea79e219d48c2e62cba48 Mon Sep 17 00:00:00 2001 From: Nathalie Furmento <nathalie.furmento@labri.fr> Date: Wed, 5 Feb 2020 14:29:07 +0100 Subject: [PATCH] add substitution rules for check_X functions --- cmake_modules/local_subs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_modules/local_subs.py b/cmake_modules/local_subs.py index 56ab5e985..27be0cb14 100644 --- a/cmake_modules/local_subs.py +++ b/cmake_modules/local_subs.py @@ -78,6 +78,7 @@ subs = { ('testing_p', 'testing_s', 'testing_d', 'testing_c', 'testing_z' ), ('timing_p', 'timing_s', 'timing_d', 'timing_c', 'timing_z' ), ('workspace_p', 'workspace_s', 'workspace_d', 'workspace_c', 'workspace_z' ), + ('check_p', 'check_s', 'check_d', 'check_c', 'check_z' ), # ('CORE_P', 'CORE_S', 'CORE_D', 'CORE_C', 'CORE_Z' ), # ('vec_p', 'vec_s', 'vec_d', 'vec_c', 'vec_z' ), -- GitLab