From 3d2f6ed94212319c57069ec11d31228450469df5 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 12 Nov 2012 12:39:32 +0100
Subject: [PATCH] Moved submodule from Tests/quickcheck to
 ThirdParty/quickcheck.

---
 .gitmodules                      | 4 ++--
 {Tests => ThirdParty}/quickcheck | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename {Tests => ThirdParty}/quickcheck (100%)

diff --git a/.gitmodules b/.gitmodules
index 87c971dbaa1..03fddd0dbed 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "Tests/quickcheck"]
-	path = Tests/quickcheck
+[submodule "ThirdParty/quickcheck"]
+	path = ThirdParty/quickcheck
 	url = http://software.legiasoft.com/git/quickcheck.git
diff --git a/Tests/quickcheck b/ThirdParty/quickcheck
similarity index 100%
rename from Tests/quickcheck
rename to ThirdParty/quickcheck
-- 
GitLab