<div dir="ltr">You can run `make all` to only compile the programs, `make check` would also run the programs.<div><br></div><div>If you want to only run your additional tests, it depends on how you added them. Generally, there is cmake's TEST_SUITE_SUBDIRS to select only a subset of tests.<br><div><br></div><div>Michael </div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mo., 27. Juli 2020 um 11:29 Uhr schrieb Vitalja via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi! I added my tests to the llvm-test suite. I want to know how I can run them ONLY for compilation to test my compiler? I want to use LNT. <br></div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>