From 2605c92cadf6bf5dc44fdb5ba4893e0eedc203c2 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Mon, 7 May 2018 16:37:11 +0200
Subject: [PATCH] Add the extended laplacian to the testings

---
 tests/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 608ab0ab..6f635713 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -62,7 +62,8 @@ set( SPM_DOF_TESTS
 # Laplacian
 foreach(example ${SPM_TESTS} ${SPM_DOF_TESTS} )
   foreach(arithm ${RP_SPM_PRECISIONS} )
-    add_test(test_lap_${arithm}_${example} ./${example} --lap ${arithm}:10:10:10)
+    add_test(test_lap_${arithm}_${example} ./${example} --lap ${arithm}:10:10:10:10.:2.)
+    add_test(test_xlap_${arithm}_${example} ./${example} --x   ${arithm}:6:10:12:5.:0.33)
   endforeach()
 endforeach()
 
-- 
GitLab