commit | 10561fe0a37efd611ccb1517b37de12d2e37af0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 19 15:01:10 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 19 15:01:10 2018 +0200 |
tree | 2d8192e5c9a2ee44be0083afdf4eb981e504a33a | |
parent | 2abad54cede7c33f090fbde19a9a3eb3dbf78e53 [diff] [blame] |
patch 8.1.0003: the :compiler command is not tested Problem: The :compiler command is not tested. Solution: Add a test. (Dominique Pelle, closes #2930)
diff --git a/src/Makefile b/src/Makefile index 98fd142..0e4c555 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2150,6 +2150,7 @@ test_cmdline \ test_command_count \ test_comparators \ + test_compiler \ test_crypt \ test_cscope \ test_cursor_func \