[llvm-dev] Is ist a good idea to use lit and other test tools for non llvm projects? (original) (raw)

alexp via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 26 04:41:59 PST 2019


After of few week of applying my regression test set-up, I wanted to state that I use lit and FileCheck (which are both found in the llvmBuild/bin dir). Works like a charm, and I will use it in future, even for non llvm related projects.

Alex

On 1/24/19 6:42 PM, alexp via llvm-dev wrote:

Hi,

I have a project which uses llvm, but is (at least not yet) a contribution / not in the source tree of llvm. Is it a good idea (e.g. instead of using boost test framework) to use the llvm testsuite related tools in this case? Alex


LLVM Developers mailing list llvm-dev at lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev



More information about the llvm-dev mailing list