You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on ELF binfmt support a bit, and I'd like to be able to write integration tests in C. How would we like to integrate non-shell integration tests? One thought would be to build them from testing/Dockerfile, so that we have a reproducible build without demanding that the user install a bunch of arbitrary tools just to build kerla. The downside to that plan is that then verifying that the integration test actually passes on Linux means docker runing instead of just invoking the binary, and that docker container won't have all the tools you're used to (gdb, eu-readelf, etc.).
Thoughts?
The text was updated successfully, but these errors were encountered:
I'm working on ELF binfmt support a bit, and I'd like to be able to write integration tests in C. How would we like to integrate non-shell integration tests? One thought would be to build them from testing/Dockerfile, so that we have a reproducible build without demanding that the user install a bunch of arbitrary tools just to build kerla. The downside to that plan is that then verifying that the integration test actually passes on Linux means
docker run
ing instead of just invoking the binary, and that docker container won't have all the tools you're used to (gdb, eu-readelf, etc.).Thoughts?
The text was updated successfully, but these errors were encountered: