aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/file-organization.org6
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.
50Resource files for tests (containing test data) should reside in a 50Resource files for tests (containing test data) should reside in a
51directory named after the feature with a ~-resources~ suffix, and 51directory named after the feature with a ~-resources~ suffix, and
52located in the same directory as the feature. Hence, the lisp file 52located 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
55directory called ~/test/automated/lisp/progmodes/flymake-resources~. 55directory called ~test/lisp/progmodes/flymake-resources~.
56 56
57No guidance is given for the organization of resource files inside the 57No 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