blob: 1e42e8e458db30722d8fc0e796d9c0b02ab5d3f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Tests for vis - a vim-like editor frontend
------------------------------------------
The basic idea is to feed the same keyboard input to both vim
and vis and compare their respective results.
A test constitutes of 2 files:
* `test.in` the file/buffer content with which the editor is started
* `test.keys` a file containing the keyboard input as would normally
be typed by a user
The toplevel shell script `test.sh` looks for these files in subdirectories,
executes both editors and compares the resulting output.
Type `make` to run all tests.
|