[llvm-dev] Question about llvm-test-suite

Michael Kruse via llvm-dev llvm-dev at lists.llvm.org
Mon Jul 27 14:17:18 PDT 2020


You can run `make all` to only compile the programs, `make check` would
also run the programs.

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.

Michael

Am Mo., 27. Juli 2020 um 11:29 Uhr schrieb Vitalja via llvm-dev <
llvm-dev at lists.llvm.org>:

> 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.
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200727/ff0e65b0/attachment.html>


More information about the llvm-dev mailing list