view runtime/indent/Makefile @ 16053:b6ce2c4d15a8

Added tag v8.1.1031 for changeset 853d730973257657fb20abc9d4c5f7e31e5ed700
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Mar 2019 21:30:06 +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