view src/testdir/README.txt @ 7478:dbfa0f9ab289 v7.4.1041

commit https://github.com/vim/vim/commit/022b896592721838e387e99fd785d3ded7b68be7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 3 22:16:20 2016 +0100 patch 7.4.1041 Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Jan 2016 22:30:04 +0100
parents 93aa03401309
children 9d67399f49c6
line wrap: on
line source

This directory contains tests for various Vim features.

If it makes sense, try to add a new test to an already existing file.  You may
want to separate it from other tests in that file using :" (that's an Ex
command comment).

The numbered tests are older, we have switched to named tests.
And the newest way of testing is to use assert functions, see test_assert.vim
for an example.

To add a new test:
1) Create test_<subject>.in and test_<subject>.ok files.
2) Add them to all Makefiles (Make*) in alphabetical order (search for an
   existing test_file.out to see where to add the new one).
3) Use make test_<subject>.out to run a single test file in src/testdir/.
4) Also add an entry in src/Makefile.

Keep in mind that the files are used as if everything was typed.
A line break is like pressing Enter.  If that happens on the last line you'll
hear a beep.