annotate src/testdir/README.txt @ 7452:b3eb1dfbc1fa v7.4.1029

commit https://github.com/vim/vim/commit/d3343960d7745bd586197a28b9a96d634a292422 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 18:17:16 2016 +0100 patch 7.4.1029 Problem: test_increment fails on systems with 32 bit long. Solution: Only test with 32 bits.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jan 2016 18:30:04 +0100
parents 93aa03401309
children dbfa0f9ab289
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6168
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
1 This directory contains tests for various Vim features.
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
2
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
3 If it makes sense, try to add a new test to an already existing file. You may
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
4 want to separate it from other tests in that file using :" (that's an Ex
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
5 command comment).
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
6
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
7 The numbered tests are older, we have switched to named tests.
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
8
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
9 To add a new test:
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
10 1) Create test_<subject>.in and test_<subject>.ok files.
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
11 2) Add them to all Makefiles (Make*) in alphabetical order (search for an
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
12 existing test_file.out to see where to add the new one).
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
13 3) Use make test_<subject>.out to run a single test file in src/testdir/.
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
14 4) Also add an entry in src/Makefile.
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
15
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
16 Keep in mind that the files are used as if everything was typed.
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
17 A line break is like pressing Enter. If that happens on the last line you'll
93aa03401309 updated for version 7.4.420
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
18 hear a beep.