diff src/testdir/Make_all.mak @ 16087:e992f31274b7 v8.1.1048

patch 8.1.1048: minor issues with tests commit https://github.com/vim/vim/commit/b45125b374cc3a1cef176b704f518c72c518f24c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 24 20:18:40 2019 +0100 patch 8.1.1048: minor issues with tests Problem: Minor issues with tests. Solution: Delete unused test OK file. Add missing entries in list of tests. Fix readme file. (Masato Nishihata, closes #4160)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Mar 2019 20:30:05 +0100
parents ed1482db2d72
children d3377393e3d9
line wrap: on
line diff
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -224,6 +224,7 @@ NEW_TESTS = \
 	test_searchpos \
 	test_set \
 	test_sha256 \
+	test_shortpathname \
 	test_signals \
 	test_signs \
 	test_smartindent \
@@ -258,6 +259,7 @@ NEW_TESTS = \
 	test_true_false \
 	test_undo \
 	test_unlet \
+	test_user_func \
 	test_usercommands \
 	test_utf8 \
 	test_utf8_comparisons \