[cfe-commits] r135300 - /cfe/trunk/test/CMakeLists.txt
NAKAMURA Takumi
geek4civic at gmail.com
Wed Jul 20 04:17:36 PDT 2011
Good evening, Doug!
2011/7/16 Douglas Gregor <dgregor at apple.com>:
> Don't refer to check.deps unless LLVM_INCLUDE_TESTS is enabled
I understand LLVM_INCLUDE_TESTS might control whether unittests would
be executed with testing targets.
In contrast, on autoconf build, "check-all" should test "llvm tests",
"llvm unittests", "clang tests" and "clang unittests", I supposed.
You can take the target "clang-test" if you would not like to execute
llvm tests. I intended LLVM_INCLUDE_TESTS should affect "clang-test"
whether to execute clang unittests.
Or, please add descriptions to LLVM_INCLUDE_TESTS in
llvm/cmake/modules/HandleLLVMOptions.cmake, to mention which tests
might be executed.
Please hear, on the IRC, how you had troubled with "check-all", thank
you arigato. ;)
...Takumi aka chapuni
More information about the cfe-commits
mailing list