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
@zhangshoufeng97 Note that you could do that by copying your source at the time you are asked to build. So say your normal build command is make, you can write a script, something like this:
#!/bin/bash
cp -r . ../mutation-123/.
make
Then use that script instead of just make.
As for the number (123 above), it's up to you to come up with an algorithm to generate it. You could simply use a file:
I need every mutation code,how to get it (source code).
The text was updated successfully, but these errors were encountered: