comparison src/testdir/Make_all.mak @ 17004:353ed7ef78df v8.1.1502

patch 8.1.1502: cannot play any sound commit https://github.com/vim/vim/commit/427f5b66ce0abe19daed9291b1693f6e8aae6552 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 9 13:43:51 2019 +0200 patch 8.1.1502: cannot play any sound Problem: Cannot play any sound. Solution: Use libcanberra if available. Add sound functions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 13:45:06 +0200
parents d615cc95089c
children 00ffed9bbb65
comparison
equal deleted inserted replaced
17003:0363f6e9eac3 17004:353ed7ef78df
226 test_shortpathname \ 226 test_shortpathname \
227 test_signals \ 227 test_signals \
228 test_signs \ 228 test_signs \
229 test_smartindent \ 229 test_smartindent \
230 test_sort \ 230 test_sort \
231 test_sound \
231 test_source \ 232 test_source \
232 test_source_utf8 \ 233 test_source_utf8 \
233 test_spell \ 234 test_spell \
234 test_startup \ 235 test_startup \
235 test_startup_utf8 \ 236 test_startup_utf8 \
397 test_search_stat.res \ 398 test_search_stat.res \
398 test_shortpathname.res \ 399 test_shortpathname.res \
399 test_signals.res \ 400 test_signals.res \
400 test_signs.res \ 401 test_signs.res \
401 test_smartindent.res \ 402 test_smartindent.res \
403 test_sound.res \
402 test_source.res \ 404 test_source.res \
403 test_spell.res \ 405 test_spell.res \
404 test_startup.res \ 406 test_startup.res \
405 test_stat.res \ 407 test_stat.res \
406 test_substitute.res \ 408 test_substitute.res \