From 6f0c4cc3bc249e63e734d9ff03d7164fcfbc618c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 26 May 2015 13:42:11 +0100 Subject: [PATCH] Re-add test/data as a submodule. --- .gitmodules | 3 +++ test/data | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 test/data diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..861a1f800 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "test/data"] + path = test/data + url = ssh://carl@git.carlh.net/home/carl/git/dcpomatic-test-data.git diff --git a/test/data b/test/data new file mode 160000 index 000000000..277e77d11 --- /dev/null +++ b/test/data @@ -0,0 +1 @@ +Subproject commit 277e77d119406ed4cbfac73bf745022d1c146e3f -- 2.30.2