commit | 453b576ee5d32e9b8e6876712748ae01f9be68dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 17:59:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 17:59:14 2017 +0100 |
tree | 0341f1ca46db8089611b45e72860f0f1eef24ff2 | |
parent | a216255a4faa91a15e7005ac319f2f62294f3f9e [diff] [blame] |
patch 8.0.0156: not enough test coverage for float functions Problem: Several float functions are not covered by tests. Solution: Add float tests. (Dominique Pelle)
diff --git a/src/Makefile b/src/Makefile index 3f61de6..7ae3fcb 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2104,6 +2104,7 @@ test_fileformat \ test_filter_cmd \ test_filter_map \ + test_float_func \ test_fnameescape \ test_fnamemodify \ test_fold \