From 29586f6b5ee09bc21b61f00230ec16d9b881e83a Mon Sep 17 00:00:00 2001 From: Julian Lenz Date: Mon, 13 Mar 2023 08:17:14 +0000 Subject: [PATCH] Deactivate some tests for Nc!=3 --- tests/core/Test_lie_generators.cc | 2 ++ tests/core/Test_reunitarise.cc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/core/Test_lie_generators.cc b/tests/core/Test_lie_generators.cc index 372e1408..a49dbca1 100644 --- a/tests/core/Test_lie_generators.cc +++ b/tests/core/Test_lie_generators.cc @@ -28,6 +28,7 @@ See the full license in the file "LICENSE" in the top level distribution directory *************************************************************************************/ /* END LEGAL */ +#if Nc==3 #include #include @@ -530,3 +531,4 @@ int main(int argc, char** argv) { Grid_finalize(); } +#endif diff --git a/tests/core/Test_reunitarise.cc b/tests/core/Test_reunitarise.cc index 6644be1a..0ff8ec7e 100644 --- a/tests/core/Test_reunitarise.cc +++ b/tests/core/Test_reunitarise.cc @@ -26,6 +26,7 @@ Author: Peter Boyle See the full license in the file "LICENSE" in the top level distribution directory *************************************************************************************/ /* END LEGAL */ +#if Nc==3 #include using namespace std; @@ -143,3 +144,4 @@ int main (int argc, char ** argv) +#endif