[LLVMbugs] [Bug 4913] New: unittests should build with build and test with make check

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Sep 6 21:27:51 PDT 2009


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

           Summary: unittests should build with build and test with make
                    check
           Product: Test Suite
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DejaGNU
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: daniel at zuster.org
                CC: llvmbugs at cs.uiuc.edu


The unittests currently are not well integrated with the makefiles and its too
easy to forget to keep them up to date.

The unittests should be build during a standard build, so that code changes
force the unittests to be updated.

The unittests should be run during 'make check', so that unittest failures are
detect like normal test failures.


-- 
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