diff options
| author | Derek Guenther <dguenther9@gmail.com> | 2014-02-13 10:42:52 -0600 |
|---|---|---|
| committer | Derek Guenther <dguenther9@gmail.com> | 2014-02-17 10:36:47 -0600 |
| commit | 9672625e8c22fd507a6b36b0c1e8632d31115528 (patch) | |
| tree | 524030b988cd7af603ad5e8c607f45b0ea3e7fdb | |
| parent | d4264a9995f553f3b886d08f13d21c7d0c503354 (diff) | |
| download | rust-mode-9672625e8c22fd507a6b36b0c1e8632d31115528.tar.gz | |
Added more scripts to tidy check
| -rwxr-xr-x | run_rust_emacs_tests.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/run_rust_emacs_tests.sh b/run_rust_emacs_tests.sh index afb98fd..770135c 100755 --- a/run_rust_emacs_tests.sh +++ b/run_rust_emacs_tests.sh @@ -1,3 +1,13 @@ +# Copyright 2014 The Rust Project Developers. See the COPYRIGHT +# file at the top-level directory of this distribution and at +# http://rust-lang.org/COPYRIGHT. +# +# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or +# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license +# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your +# option. This file may not be copied, modified, or distributed +# except according to those terms. +# # This runs the test for emacs rust-mode. # It must be possible to find emacs via PATH. emacs -batch -l rust-mode.el -l rust-mode-tests.el -f ert-run-tests-batch-and-exit |
