From d70cd4c2b616b3243aabcc3e12f3388d4453bbf2 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Mon, 5 Dec 2016 13:53:53 +0200 Subject: Add screenshot submodule to master branch (#88) --- .gitmodules | 4 ++++ tests/screenshots | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 tests/screenshots diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..3b2cda8530 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "screenshots"] + path = tests/screenshots + url = https://github.com/vaadin/vaadin-screenshots.git + branch = master diff --git a/tests/screenshots b/tests/screenshots new file mode 160000 index 0000000000..46b036dd9a --- /dev/null +++ b/tests/screenshots @@ -0,0 +1 @@ +Subproject commit 46b036dd9ac418341d489631090bc33ad310ba72 -- cgit v1.2.3