Initial Commit
[packages] / xemacs-packages / tramp / test / README
1 This directory contains files for running Tramp related tests.
2
3 tramp-tests.el
4         This file is a test suite.  It requires at least Emacs 24.4.
5         Interactively, you can run the test suite by "M-x
6         tramp-test-all".  A simple call of "make" from a shell runs
7         the test suite in batch mode.  The environment variable
8         $REMOTE_TEMPORARY_FILE_DIRECTORY can be set in order to run
9         the tests on another remote host, see
10         `tramp-test-temporary-file-directory' for the default value.
11
12 tramp-time.el
13         These are performance tests on Tramp.  Read the "Commentary"
14         section for details.
15
16 Michael Albinus <michael.albinus@gmx.de>