Displaying 2 results from an estimated 2 matches for "7897fad6".
2008 Dec 29
0
[LLVMdev] [Patch] Adding unit tests to LLVM
...t-dependent unittests, but each .cpp file would ideally have its own
_test.cpp file, so it's easier to keep the tests for different modules
separate.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081229/7897fad6/attachment.html>
2008 Dec 29
3
[LLVMdev] [Patch] Adding unit tests to LLVM
Do the existing tests use a wildcard rule to gather all test sources? We
would need to insure that the wildcard rule for the unit tests and the large
tests are mutually exclusive.
Also, will the unit tests be one executable or many? They will probably
compile/run faster if there is a smaller number of executables.
On Mon, Dec 29, 2008 at 1:43 PM, Misha Brukman <brukman at gmail.com> wrote: