<div dir="ltr"><div><div><div><div><div><div>Hi,<br><br>I wrote an LLVM IR pass and after testing it on relatively small pieces of code I want to <br>test it on the LLVM test suite in projects/test-suite. How can I specify to the test<br>
</div>infrastructure that I want to run my pass during the testing?<br><br></div>I also need to run an analysis tool on produced binaries before I can run it. Is there a way<br></div>to tell the test infrastructure to run a tool on produced binaries before executing them?<br>
<br></div>Is it also possible to build the test programs for another target and run them on a remote<br></div>machine?<br></div><div><br></div><div>Is running the test-suite with the Makefiles still a good option or should I use the LNT system?<br>
<br></div>Regards,<br>Jan.<br></div>