Skip to content

Add test for checking DLL dependencies in distributed user-mode binaries. #2922

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

Merged
merged 7 commits into from
Sep 30, 2023

Conversation

gtrevi
Copy link
Contributor

@gtrevi gtrevi commented Sep 29, 2023

Closes #2885

Description

This PR adds DLL dependency checking for the following distributed user-mode binaries, against a corresponding list of expected dependencies:

  • bpftool.exe
  • EbpfApi.dll
  • ebpfnetsh.dll
  • ebpfsvc.exe (JIT -only)

The checks are run for the following build/configurations:

  • Build-x64 / Debug (which enables JIT)
  • Build-x64-native-only / NativeOnlyRelease

Testing

CI/CD

Documentation

n.a.

Installation

No.

@gtrevi gtrevi added this pull request to the merge queue Sep 30, 2023
Merged via the queue into microsoft:main with commit 0ea0927 Sep 30, 2023
@gtrevi gtrevi deleted the gtrevi/check-dependencies branch September 30, 2023 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement regression testing for VC++ Redistributable binaries
3 participants