diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-02-01 12:48:02 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-01 13:16:45 +0100 |
| commit | 0bdba772ca2167cdd3acaed81ca8667cb78b266c (patch) | |
| tree | b07e3e4a330f13b76a54ab11278ea4a63e038d7f /tests | |
| parent | 299112d36e872d98896bf8dec281c34d9adad06e (diff) | |
Augment `.dir-locals.el'.
* .dir-locals.el: Add more Scheme settings.
* guix-build.in, tests/base32.scm, tests/build-utils.scm,
tests/builders.scm, tests/derivations.scm, tests/packages.scm,
tests/snix.scm, tests/store.scm, tests/union.scm, tests/utils.scm:
Remove redundant Emacs local variable settings.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/base32.scm | 4 | ||||
| -rw-r--r-- | tests/build-utils.scm | 6 | ||||
| -rw-r--r-- | tests/builders.scm | 4 | ||||
| -rw-r--r-- | tests/derivations.scm | 5 | ||||
| -rw-r--r-- | tests/packages.scm | 2 | ||||
| -rw-r--r-- | tests/snix.scm | 5 | ||||
| -rw-r--r-- | tests/store.scm | 4 | ||||
| -rw-r--r-- | tests/union.scm | 6 | ||||
| -rw-r--r-- | tests/utils.scm | 4 |
9 files changed, 0 insertions, 40 deletions
diff --git a/tests/base32.scm b/tests/base32.scm index 166ec4da1c0..d6745475579 100644 --- a/tests/base32.scm +++ b/tests/base32.scm | |||
| @@ -95,7 +95,3 @@ | |||
| 95 | 95 | ||
| 96 | 96 | ||
| 97 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) | 97 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) |
| 98 | |||
| 99 | ;;; Local Variables: | ||
| 100 | ;;; eval: (put 'test-assert 'scheme-indent-function 1) | ||
| 101 | ;;; End: | ||
diff --git a/tests/build-utils.scm b/tests/build-utils.scm index 0df4cd27370..e94f04b2398 100644 --- a/tests/build-utils.scm +++ b/tests/build-utils.scm | |||
| @@ -84,9 +84,3 @@ | |||
| 84 | 84 | ||
| 85 | 85 | ||
| 86 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) | 86 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) |
| 87 | |||
| 88 | ;;; Local Variables: | ||
| 89 | ;;; eval: (put 'test-assert 'scheme-indent-function 1) | ||
| 90 | ;;; eval: (put 'test-equal 'scheme-indent-function 1) | ||
| 91 | ;;; eval: (put 'call-with-input-string 'scheme-indent-function 1) | ||
| 92 | ;;; End: | ||
diff --git a/tests/builders.scm b/tests/builders.scm index 7fafaf5dcac..880dddd0b6f 100644 --- a/tests/builders.scm +++ b/tests/builders.scm | |||
| @@ -93,7 +93,3 @@ | |||
| 93 | 93 | ||
| 94 | 94 | ||
| 95 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) | 95 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) |
| 96 | |||
| 97 | ;;; Local Variables: | ||
| 98 | ;;; eval: (put 'test-assert 'scheme-indent-function 1) | ||
| 99 | ;;; End: | ||
diff --git a/tests/derivations.scm b/tests/derivations.scm index 314942a3521..98c34b416df 100644 --- a/tests/derivations.scm +++ b/tests/derivations.scm | |||
| @@ -547,8 +547,3 @@ | |||
| 547 | 547 | ||
| 548 | 548 | ||
| 549 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) | 549 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) |
| 550 | |||
| 551 | ;;; Local Variables: | ||
| 552 | ;;; eval: (put 'test-assert 'scheme-indent-function 1) | ||
| 553 | ;;; eval: (put 'guard 'scheme-indent-function 1) | ||
| 554 | ;;; End: | ||
diff --git a/tests/packages.scm b/tests/packages.scm index 8b0f29e6bc2..32ee5585180 100644 --- a/tests/packages.scm +++ b/tests/packages.scm | |||
| @@ -168,7 +168,5 @@ | |||
| 168 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) | 168 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) |
| 169 | 169 | ||
| 170 | ;;; Local Variables: | 170 | ;;; Local Variables: |
| 171 | ;;; eval: (put 'test-equal 'scheme-indent-function 2) | ||
| 172 | ;;; eval: (put 'test-assert 'scheme-indent-function 1) | ||
| 173 | ;;; eval: (put 'dummy-package 'scheme-indent-function 1) | 171 | ;;; eval: (put 'dummy-package 'scheme-indent-function 1) |
| 174 | ;;; End: | 172 | ;;; End: |
diff --git a/tests/snix.scm b/tests/snix.scm index 89582f2408e..9d692e9c02d 100644 --- a/tests/snix.scm +++ b/tests/snix.scm | |||
| @@ -72,8 +72,3 @@ | |||
| 72 | 72 | ||
| 73 | 73 | ||
| 74 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) | 74 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) |
| 75 | |||
| 76 | ;;; Local Variables: | ||
| 77 | ;;; eval: (put 'test-assert 'scheme-indent-function 1) | ||
| 78 | ;;; eval: (put 'guard 'scheme-indent-function 1) | ||
| 79 | ;;; End: | ||
diff --git a/tests/store.scm b/tests/store.scm index c10c035d5de..1ff6aa05c2a 100644 --- a/tests/store.scm +++ b/tests/store.scm | |||
| @@ -81,7 +81,3 @@ | |||
| 81 | 81 | ||
| 82 | 82 | ||
| 83 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) | 83 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) |
| 84 | |||
| 85 | ;;; Local Variables: | ||
| 86 | ;;; eval: (put 'test-assert 'scheme-indent-function 1) | ||
| 87 | ;;; End: | ||
diff --git a/tests/union.scm b/tests/union.scm index 455bdb208d9..87450d74fd8 100644 --- a/tests/union.scm +++ b/tests/union.scm | |||
| @@ -119,9 +119,3 @@ | |||
| 119 | 119 | ||
| 120 | 120 | ||
| 121 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) | 121 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) |
| 122 | |||
| 123 | ;;; Local Variables: | ||
| 124 | ;;; eval: (put 'test-assert 'scheme-indent-function 1) | ||
| 125 | ;;; eval: (put 'test-equal 'scheme-indent-function 1) | ||
| 126 | ;;; eval: (put 'call-with-input-string 'scheme-indent-function 1) | ||
| 127 | ;;; End: | ||
diff --git a/tests/utils.scm b/tests/utils.scm index 96496c5f846..bcdd120a74c 100644 --- a/tests/utils.scm +++ b/tests/utils.scm | |||
| @@ -183,7 +183,3 @@ | |||
| 183 | 183 | ||
| 184 | 184 | ||
| 185 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) | 185 | (exit (= (test-runner-fail-count (test-runner-current)) 0)) |
| 186 | |||
| 187 | ;;; Local Variables: | ||
| 188 | ;;; eval: (put 'test-assert 'scheme-indent-function 1) | ||
| 189 | ;;; End: | ||
