xref: /vim-8.2.3635/runtime/indent/Makefile (revision dc2f73a6)
1# Portable Makefile for running indent tests.
2
3VIM = vim
4
5# Run the tests that didn't run yet or failed previously.
6# If a test succeeds a testdir/*.out file will be written.
7# If a test fails a testdir/*.fail file will be written.
8test:
9	$(VIM) --clean --not-a-term -u testdir/runtest.vim
10
11
12clean:
13	$(VIM) --clean --not-a-term -u testdir/cleantest.vim
14