From 939f2a65b2e5097d56d3c4422aa3a11e4d71d6ff Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Sun, 2 Jun 2019 17:25:56 +0100 Subject: Enable cask testing - Update headers to standard - Add Makefile, Cask and docker scripts - Add test directory - .gitignore --- test-from-git | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test-from-git (limited to 'test-from-git') diff --git a/test-from-git b/test-from-git new file mode 100644 index 0000000..681f81e --- /dev/null +++ b/test-from-git @@ -0,0 +1,7 @@ +#!/bin/sh + +cd .. +mkdir git +cd git +git clone ../app . +make test \ No newline at end of file -- cgit v1.2.3