From b75cb3bd14505af71f987f53abb66b7522c74168 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Fri, 23 Apr 2021 15:52:48 +0200
Subject: [PATCH] Add test_FEMBEM as a submodule of testings

---
 .gitmodules         | 3 +++
 testing/test_fembem | 1 +
 2 files changed, 4 insertions(+)
 create mode 160000 testing/test_fembem

diff --git a/.gitmodules b/.gitmodules
index 6ae9b2ca1..0ab797b12 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,6 @@
 [submodule "coreblas/hmat-oss"]
 	path = coreblas/hmat-oss
 	url = https://github.com/jeromerobert/hmat-oss.git
+[submodule "testing/test_fembem"]
+	path = testing/test_fembem
+	url = https://gitlab.inria.fr/solverstack/test_fembem.git
diff --git a/testing/test_fembem b/testing/test_fembem
new file mode 160000
index 000000000..59d198349
--- /dev/null
+++ b/testing/test_fembem
@@ -0,0 +1 @@
+Subproject commit 59d1983493a95ec483b4d931afcc70b687474aa5
-- 
GitLab