diff options
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..48f81e0 --- /dev/null +++ b/test-from-git @@ -0,0 +1,7 @@ +#!/bin/sh + +cd .. +mkdir git +cd git +git clone ../app . +./run_rust_emacs_tests.sh |
