diff src/Makefile @ 13970:939cfab265b9 v8.1.0003

patch 8.1.0003: the :compiler command is not tested commit https://github.com/vim/vim/commit/10561fe0a37efd611ccb1517b37de12d2e37af0f Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 19 15:01:10 2018 +0200 patch 8.1.0003: the :compiler command is not tested Problem: The :compiler command is not tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/2930)
author Christian Brabandt <cb@256bit.org>
date Sat, 19 May 2018 15:15:05 +0200
parents 1174611ad715
children dc67449d648c
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2150,6 +2150,7 @@ test_arglist \
 	test_cmdline \
 	test_command_count \
 	test_comparators \
+	test_compiler \
 	test_crypt \
 	test_cscope \
 	test_cursor_func \