summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-25 15:40:55 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-25 15:40:55 +0100
commit06b0b4bc27077013e9b4b48fd1d9b33e543ccf99 (patch)
tree91ae8240070decf4e90b64d3bd0dd1d2a75433ae /src/testdir/Make_all.mak
parent67a2deb9cb4ac2224cb1e4d240a5d0659f036264 (diff)
patch 8.1.2342: random number generator in Vim script is slowv8.1.2342
Problem: Random number generator in Vim script is slow. Solution: Add rand() and srand(). (Yasuhiro Matsumoto, closes #1277)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index ac254202a8..f6d6c17176 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -211,6 +211,7 @@ NEW_TESTS = \
test_pyx3 \
test_quickfix \
test_quotestar \
+ test_random \
test_recover \
test_regex_char_classes \
test_regexp_latin \
@@ -403,6 +404,7 @@ NEW_TESTS_RES = \
test_pyx3.res \
test_quickfix.res \
test_quotestar.res \
+ test_random.res \
test_regex_char_classes.res \
test_registers.res \
test_restricted.res \