aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-02-22 09:13:40 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-02-22 09:13:40 -0500
commitfaf828b476cd1cb6668a8de458d2f25eafb650e6 (patch)
tree7365f2aef5d9996d4ef81b1d1b4e03960a845f64 /src
parente71de26abade27b1c7b7ff0cf45d393d71b9a028 (diff)
parent94b1403ad583809a940f6ccbdc5561da5ea2ef42 (diff)
downloadrneovim-faf828b476cd1cb6668a8de458d2f25eafb650e6.tar.gz
rneovim-faf828b476cd1cb6668a8de458d2f25eafb650e6.tar.bz2
rneovim-faf828b476cd1cb6668a8de458d2f25eafb650e6.zip
Merge pull request #4318 from lucc/legacy_test_makefile
test: Reformat legacy test makefile.
Diffstat (limited to 'src')
-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 =