view runtime/indent/Make_mvc.mak @ 35042:efef66876fb4

Added tag v9.1.0370 for changeset e671080ef0e2e8d92a05044905761b1414755cf5
author Christian Brabandt <cb@256bit.org>
date Thu, 25 Apr 2024 21:30:12 +0200
parents 8d6ef1b3e394
children 4f63df5700aa
line wrap: on
line source

# Makefile for running indent tests on OS Windows.
# Made on the base of a indent/Makefile.
# Restorer, 13.03.2024

.SUFFIXES:

VIM = vim.exe
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 :
	@ set "VIMRUNTIME=$(VIMRUNTIME)"
	$(VIM) --clean --not-a-term -u testdir\runtest.vim


clean testclean :
	@ if exist testdir\*.fail del /q testdir\*.fail
	@ if exist testdir\*.out del /q testdir\*.out