view runtime/indent/Makefile @ 15903:4e31e389a658

Added tag v8.1.0957 for changeset 853b66fabd2fe03e229ed16b38872e6597918551
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Feb 2019 20:45:09 +0100
parents 22e7834d286c
children e6fb5d39a24c
line wrap: on
line source

# Portable Makefile for running indent tests.

VIM = vim
VIMRUNTIME = ..

# 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:
	VIMRUNTIME=$(VIMRUNTIME) $(VIM) --clean --not-a-term -u testdir/runtest.vim


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