commit | 23b32a8d6bd9ec83c0c6632b7a8bfa544ac0a2f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 21:55:46 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 21:55:46 2021 +0100 |
tree | ff8388053b9d7782f2d7dbaf01921aef2a59591a | |
parent | 6635ae1437e6e343c0514524a8dfb19d9525b908 [diff] [blame] |
patch 8.2.2588: build failure with tiny features Problem: Build failure with tiny features. Solution: Add #ifdef. Run recover test separately.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index b769499..108c528 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -459,6 +459,7 @@ test_quickfix.res \ test_quotestar.res \ test_random.res \ + test_recover.res \ test_regex_char_classes.res \ test_registers.res \ test_rename.res \