aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-02-22 13:02:41 +0100
committerLucas Hoffmann <l-m-h@web.de>2016-02-22 13:02:41 +0100
commit94b1403ad583809a940f6ccbdc5561da5ea2ef42 (patch)
tree7365f2aef5d9996d4ef81b1d1b4e03960a845f64
parente71de26abade27b1c7b7ff0cf45d393d71b9a028 (diff)
downloadrneovim-94b1403ad583809a940f6ccbdc5561da5ea2ef42.tar.gz
rneovim-94b1403ad583809a940f6ccbdc5561da5ea2ef42.tar.bz2
rneovim-94b1403ad583809a940f6ccbdc5561da5ea2ef42.zip
test: Reformat legacy test makefile.
This will hopefully reduce the number of merge conflicts when merging the outstanding legacy test migrations.
-rw-r--r--src/nvim/testdir/Makefile52
1 files changed, 31 insertions, 21 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 7886835b4d..63ca4cf6c4 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -7,27 +7,37 @@ export SHELL := sh
VIMPROG := ../../../build/bin/nvim
SCRIPTSOURCE := ../../../runtime
-SCRIPTS := \
- test8.out test10.out \
- test12.out test13.out test14.out \
- test17.out \
- test24.out \
- test30.out \
- test32.out test34.out \
- test37.out test40.out \
- test42.out \
- test47.out test48.out test49.out \
- test52.out test53.out test55.out \
- test64.out \
- test68.out test69.out \
- test73.out \
- test79.out \
- test88.out \
- test_listlbr.out \
- test_breakindent.out \
- test_close_count.out \
- test_marks.out \
- test_match_conceal.out \
+SCRIPTS := \
+ test8.out \
+ test10.out \
+ test12.out \
+ test13.out \
+ test14.out \
+ test17.out \
+ test24.out \
+ test30.out \
+ test32.out \
+ test34.out \
+ test37.out \
+ test40.out \
+ test42.out \
+ test47.out \
+ test48.out \
+ test49.out \
+ test52.out \
+ test53.out \
+ test55.out \
+ test64.out \
+ test68.out \
+ test69.out \
+ test73.out \
+ test79.out \
+ test88.out \
+ test_listlbr.out \
+ test_breakindent.out \
+ test_close_count.out \
+ test_marks.out \
+ test_match_conceal.out \
NEW_TESTS =