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
Consider reading the cargorunner parameter or adding an alternative way to specify the test runner. This would allows testing cross compiled tests (for now, one must rely on binfmt).
The text was updated successfully, but these errors were encountered:
If I understand the runner thing right, specifying something like "bash" or "python" would make cargo run those with the compiled program as first parameter?
I'm not sure what this should look like in compiletest, maybe a configuration parameter or something?
If I understand the runner thing right, specifying something like "bash" or "python" would make cargo run those with the compiled program as first parameter?
Yes. But guess what? The Config::runtool options does exactly that! It is used to run valgrind, but I was able to it to run qemu.
Consider reading the cargo runner parameter or adding an alternative way to specify the test runner. This would allows testing cross compiled tests (for now, one must rely on binfmt).
The text was updated successfully, but these errors were encountered: