[LLVMbugs] [Bug 257] move test/Programs out of the main llvm tree

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Sep 5 01:14:54 PDT 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=257

rspencer at x10sys.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Keywords|                            |build-problem, code-cleanup
         Resolution|                            |FIXED



------- Additional Comments From rspencer at x10sys.com  2004-09-05 03:14 -------
The conversion has been completed. John C did the basic work of creating a new
cvs module (llvm-test) that contained the test scripts and basic autoconf
support. I polished that up and made it at least work for the nightly tester.
There may be a few other glitches that I haven't found yet, but the build of the
work is done and it works.

SOOOO .. here's what you need to know:

1. llvm/test/Programs is now "empty"

2. llvm/test/Regression and llvm/test/Feature remain, unchanged

3. to build the test suite you need to:
      cd $LLVM_SRC_ROOT/projects
      cvs co -PR llvm-test
      cd $LLVM_OBJ_ROOT/projects
      $LLVM_SRC_ROOT/configure --with-llvmsrc=$LLVM_SRC_ROOT \
        --with-llvmobj=$LLVM_OBJ_ROOT
      gmake

4. The llvm configure script will invoke the projects/llvm-test configure 
   script properly if you'd rather do that.

5. In 1.4 the source tarball for llvm won't contain the Programs test suite
   which should make it significantly smaller.

6. The NightlyTest.pl script has been modified to take the above into account.

Happy Testing.
    



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list