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-by-cp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test-by-cp (limited to 'test-by-cp') diff --git a/test-by-cp b/test-by-cp new file mode 100644 index 0000000..9b73f56 --- /dev/null +++ b/test-by-cp @@ -0,0 +1,9 @@ +#!/bin/sh + +cd .. +mkdir copy +cd copy +cp -rf ../app/* . +rm makefile-local + +make test -- cgit v1.2.3