diff options
Diffstat (limited to 'test-by-cp')
| -rw-r--r-- | test-by-cp | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
