blob: 3791f3348d8a2570e8ee28405ba526736b2aa19f [file] [log] [blame]
Bram Moolenaarc0fe4972018-10-25 16:53:19 +02001# 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:
Bram Moolenaardc2f73a2018-11-25 04:03:09 +01009 $(VIM) --clean --not-a-term -u testdir/runtest.vim
Bram Moolenaarc0fe4972018-10-25 16:53:19 +020010
11
12clean:
Bram Moolenaardc2f73a2018-11-25 04:03:09 +010013 $(VIM) --clean --not-a-term -u testdir/cleantest.vim