exercism / exercism/c-test-runner
Adding address sanitizer to auto running tests
Open
- Dominant language
- C
- Stars
- 6
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Some of the most common errors are only caught by the address sanitizer.
I started looking into adding it into the tests runner.
The first obstacle I encountered is that alpine linux doesn't seem to support the address sanitizer, and it is used as the docker base.
1. Is it that the address sanitizer won't work on alpine linux?
2. Is it necessarily we use alpine? Can we use a different dist?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.