[LLVMbugs] [Bug 8438] cmake: "make check" warns about unittests

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Oct 28 07:33:30 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=8438

Duncan Sands <baldrick at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

--- Comment #3 from Duncan Sands <baldrick at free.fr> 2010-10-28 09:33:29 CDT ---
Why should I have to configure with a special option to get unittests?!
With the GNU make system, doing "make check" runs tests, but not unitttests,
while "make unittests" runs unittests, "make check-all" runs clang tests,
usual tests and unittests.

If any-one suggested that in order to use unittests with the GNU make system
you should configure with "-enable-unittests", they would doubtless be soundly
larted!

Why should it be any different with cmake?

By the way, with cmake you can do "make unittests" but they still aren't run.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list