diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-02 17:25:56 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-02 17:25:56 +0100 |
| commit | 939f2a65b2e5097d56d3c4422aa3a11e4d71d6ff (patch) | |
| tree | 9118ee405563fb869a7c8a1d0e5350c4ea365184 /test-from-git | |
| parent | 6959903b99fce6cbf4db93711e95117fd5cd879d (diff) | |
| download | org-drill-939f2a65b2e5097d56d3c4422aa3a11e4d71d6ff.tar.gz org-drill-939f2a65b2e5097d56d3c4422aa3a11e4d71d6ff.zip | |
Enable cask testing
- Update headers to standard
- Add Makefile, Cask and docker scripts
- Add test directory
- .gitignore
Diffstat (limited to 'test-from-git')
| -rw-r--r-- | test-from-git | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
