view runtime/indent/Makefile @ 15092:1aa58d876f4f

Added tag v8.1.0556 for changeset e8fdc71f3ea0ca9efef470bdabe7c6231b455cf5
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Dec 2018 21:15:04 +0100
parents 3f82f25df8d2
children 22e7834d286c
line wrap: on
line source

# Portable Makefile for running indent tests.

VIM = vim

# Run the tests that didn't run yet or failed previously.
# If a test succeeds a testdir/*.out file will be written.
# If a test fails a testdir/*.fail file will be written.
test:
	$(VIM) --clean --not-a-term -u testdir/runtest.vim


clean:
	$(VIM) --clean --not-a-term -u testdir/cleantest.vim