diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/file-organization.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/file-organization.org b/test/file-organization.org index 8d9c6716372..4d76c0068e3 100644 --- a/test/file-organization.org +++ b/test/file-organization.org | |||
| @@ -50,9 +50,9 @@ not run by the "make check" command and its derivatives. | |||
| 50 | Resource files for tests (containing test data) should reside in a | 50 | Resource files for tests (containing test data) should reside in a |
| 51 | directory named after the feature with a ~-resources~ suffix, and | 51 | directory named after the feature with a ~-resources~ suffix, and |
| 52 | located in the same directory as the feature. Hence, the lisp file | 52 | located in the same directory as the feature. Hence, the lisp file |
| 53 | ~flymake.el~ should have test files in | 53 | ~lisp/progmodes/flymake.el~, with tests in |
| 54 | ~/test/automated/lisp/progmodes/flymake-tests.el~ should reside in a | 54 | ~test/lisp/progmodes/flymake-tests.el~, should have resources in a |
| 55 | directory called ~/test/automated/lisp/progmodes/flymake-resources~. | 55 | directory called ~test/lisp/progmodes/flymake-resources~. |
| 56 | 56 | ||
| 57 | No guidance is given for the organization of resource files inside the | 57 | No guidance is given for the organization of resource files inside the |
| 58 | ~-resource~ directory; files can be organized at the author's | 58 | ~-resource~ directory; files can be organized at the author's |