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

automatically rewrite popular unit testing frameworks #233

Open
pdeligia opened this issue Oct 15, 2021 · 1 comment
Open

automatically rewrite popular unit testing frameworks #233

pdeligia opened this issue Oct 15, 2021 · 1 comment
Labels
area-binary-rewriting Issues related to binary rewriting

Comments

@pdeligia
Copy link
Member

We should integrate work from @Izikiel here and build on top of it.

@pdeligia pdeligia added the area-binary-rewriting Issues related to binary rewriting label Oct 15, 2021
@Izikiel
Copy link

Izikiel commented Oct 15, 2021

There are actually 2 steps, one is the rewriter ( https://github.com/Izikiel/Tesis/tree/master/Rewriter ), which handles transforming tests into tests for executing in coyote.
Test wrappers ( https://github.com/Izikiel/Tesis/tree/master/TestWrappers ) is the code that gets called from those rewritten tests and which handles coyote execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-binary-rewriting Issues related to binary rewriting
Projects
None yet
Development

No branches or pull requests

2 participants