microsoft / microsoft/ebpf-for-windows
Remove redundant use of catch2
Open
cleanup
good first issue
P2
triaged
- Dominant language
- C
- Stars
- 3.6k
- Forks
- 311
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 21
Description
### Describe the bug
catch2 is sycned twice:
external\catch2
external\usersim\external\catch2
The former can be removed and just use the latter.
### OS information
_No response_
### Steps taken to reproduce bug
Clone and sync recursively
### Expected behavior
catch2 should only be in one place
### Actual outcome
catch2 appears twice
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.