http://llvm.org/bugs/show_bug.cgi?id=8438
Duncan Sands <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #3 from Duncan Sands <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
