Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MS-Windows: debug executable not found when running test from Make_mvc.mak #11602

Closed
wants to merge 1 commit into from

Conversation

zewpo
Copy link
Contributor

@zewpo zewpo commented Nov 24, 2022

Problem: MS-Windows: debug executable not found when running test from msvc nmake
Solution: Also look for vimd.exe. in Make_mvc.mak

Similar to previous PR Patch 9.0.0856, that was for individual tests, whereas this PR resolves vimd.exe when running tests from nmake -f Make_mvc.mak

@codecov
Copy link

codecov bot commented Nov 24, 2022

Codecov Report

Merging #11602 (cc696b8) into master (24fe33a) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #11602      +/-   ##
==========================================
- Coverage   81.88%   81.88%   -0.01%     
==========================================
  Files         162      162              
  Lines      190206   190206              
  Branches    43221    43221              
==========================================
- Hits       155756   155741      -15     
- Misses      21856    21872      +16     
+ Partials    12594    12593       -1     
Flag Coverage Δ
huge-clang-none 82.75% <ø> (-0.01%) ⬇️
huge-gcc-none 54.64% <ø> (+<0.01%) ⬆️
huge-gcc-testgui 53.07% <ø> (-0.05%) ⬇️
huge-gcc-unittests 0.29% <ø> (ø)
linux 82.51% <ø> (-0.02%) ⬇️
mingw-x64-HUGE 76.43% <ø> (-0.01%) ⬇️
mingw-x86-HUGE 77.22% <ø> (-0.01%) ⬇️
windows 78.08% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/time.c 90.02% <0.00%> (-0.63%) ⬇️
src/getchar.c 86.15% <0.00%> (-0.39%) ⬇️
src/ex_getln.c 85.94% <0.00%> (-0.32%) ⬇️
src/buffer.c 87.40% <0.00%> (-0.08%) ⬇️
src/regexp_nfa.c 89.67% <0.00%> (-0.07%) ⬇️
src/terminal.c 77.90% <0.00%> (-0.06%) ⬇️
src/channel.c 83.76% <0.00%> (-0.05%) ⬇️
src/normal.c 90.98% <0.00%> (+0.03%) ⬆️
src/autocmd.c 87.62% <0.00%> (+0.07%) ⬆️
src/term.c 73.65% <0.00%> (+0.14%) ⬆️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants